![]() |
向高手请教
大家好:
我用matlab想画一个三维图,程序如下: R=0.9; L=2.3; vq1=0.05; w1=4; [t,w2]=meshgrid(0:0.1:5,pi/240:0.001:pi/540); v1=sqrt(vq1^2+L*L.*w2.*w2+R*R.*(w1+w2).^2+L.*w2*R.*[2*(w1+w2).*cos(w1.*t)+cos(2.*w1+w2).*t.(vq1+1)+cos(w2.*t).*(1-vq1)]); mesh(t,w2,v1) 运行时出现:??? Attempt to reference field of non-structure array 't'.错误提示,但不知道如何修改,请哪位高手帮忙解决。 万分感谢:)! |
所有时间均为北京时间。现在的时间是 03:29。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.