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...
9 years 前 | 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 ...
9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
