Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
![]() |
#3 |
初级会员
注册日期: 2011-02-06
年龄: 35
帖子: 6
声望力: 0 ![]() |
![]()
先修改如下:for n=1:N
Y1=cos(theta).*j*(n-1)*2*pi*d2(n); Y= exp(Y1); y2 = Y(n)+y2; end y2=y2/max(y2); y2=abs(y2) polar(theta,y2,'g') 运行后出现: Error using ==> polar THETA and RHO must be the same size. Error in ==> array11 at 38 polar(theta,y2,'g') 不知是哪里 求解答 |
![]() |
![]() |