poster
2019-11-27, 14:24
<p>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)</p>
More answer... (https://stackoverflow.com/questions/59064176/matlab-plot-error-warning-rank-deficient)
x= linspace(0,2*pi,1000);
y=abs(sin(x.^x)/2.^(x.^(x)-pi/2)/pi);
plot(x,y)</p>
More answer... (https://stackoverflow.com/questions/59064176/matlab-plot-error-warning-rank-deficient)