t=0:pi/100:10*pi; x=2*(cos(t)+t*sin(t)); y=2*(sin(t)-t*cos(t)); z=1.5*t; plot3(x,y,z)
问题描述:
t=0:pi/100:10*pi; x=2*(cos(t)+t*sin(t)); y=2*(sin(t)-t*cos(t)); z=1.5*t; plot3(x,y,z)
这个程序如何修改?老是提示Error using ==> mtimes
Inner matrix dimensions must agree.
答
函数引用错误.
全部.加错误提示.贴出来、