查看单个帖子
旧 2019-11-27, 14:24   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 MATLAB plot error Warning: Rank deficient,

beginner here, just asking my first question so Bear with me, im trying to plot this simple code but no matter what I try it won't plot it instead I get a blank window and rank deficient warning, what I'm doing wrong? :
x= linspace(0,2*pi,1000);
y=abs(sin(x.^x)/2.^(x.^(x)-pi/2)/pi);
plot(x,y)





More answer...
poster 当前离线   回复时引用此帖