我现在是用MFC与
matlab混合编程,用了matcom的方法,现在想做的是画极坐标下点的运动轨迹,代码如下
tica, sans-serif">theta11=pi/5*linspace(1,4,20);
a11=2+cos(theta11);
polar(0,0);
for i=1:(length(theta11)-1);
polar(theta11(i:i+1),a11(i:i+1)),pause(0.5);
hold on;
end
这个程序我在matlab中,是可以顺利运行的,可是在matcom中会出现这样的图。。
请问这个问题怎么解决啊?
theta11=pi/5*linspace(1,4,20);
a11=2+cos(theta11);
polar(theta11,a11)
一周热门 更多>