Feeds
답변 있음
problem with plot command
I got the solution for this problem. I created variable i twice by mistake & it was ruining my output. it messed up all my loops...
problem with plot command
I got the solution for this problem. I created variable i twice by mistake & it was ruining my output. it messed up all my loops...
거의 10년 전 | 0
| 수락됨
질문
problem with plot command
my plot command is giving me a y axis with single value throughout & it makes plot look weird. axis command doesnt woek as well ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Undefined function for input argument of type double
When i saved my code yesterday it was working fine but when i run it now, I am getting this error "Undefined function 'P' for in...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
Index out of bounds
I am running below code & getting error message of index out of bounds. I am not getting exactly where my matrix dimensions are ...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
index must be a positive integer or logical
for i=1:1:7 P(1)=1000; P(7)=500; f(i)=P(i-1)^2-P(i-1)*P(i)-P(i)^2+P(i)*P(i+1); disp f(i) end ...
거의 10년 전 | 답변 수: 1 | 0
