Feeds
已回答
I am trying to plot y=x^2sin(x), where x is from 0 to 2pi. I have defined x using the linspace command, but matlab does not agree with the (x.^2) part. Is there a concept I am missing?
y= (x.^2).*sin(x.^-1);
I am trying to plot y=x^2sin(x), where x is from 0 to 2pi. I have defined x using the linspace command, but matlab does not agree with the (x.^2) part. Is there a concept I am missing?
y= (x.^2).*sin(x.^-1);
7 years 前 | 0
| 已接受
提问
error message when trying to run script file
Failed to add docroot into connector static content (in command window) >>MB_assignment3 this is my code saved under MB_Assigm...
7 years 前 | 1 个回答 | 0


