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년 전 | 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년 전 | 답변 수: 1 | 0


