Feeds
질문
I do not know why I am getting an error, i am trying to hand in this project but i will get a zero if the code can not be read. Please help me.
Getting an error Error: Function definitions are not permitted in this context. % P2 CS101-104 1234 % first LAST ...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
1st graph plots fine, 2nd graph is an error.
x = linspace(-30,30,30001); y = ((sin(x)) ./ (x)); plot(x,y,'-'); axis([-30 30 -.25 1]) xlabel('x') ylabel('y') title('Rei...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
I have a Problem.
x = linspace(-30,30,30001); y = ((sin(x)) ./ (x)); plot(x,y,'-'); axis([-30 30 -.25 1]) xlabel('x') ylabel('y')...
거의 10년 전 | 답변 수: 1 | 0