Feeds
질문
Error: File: slopfield.m Line: 1 Column: 30 Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
Hi i am working on this code: function [t,y] = eulode(dxdt,[0,0.4],2,0.1,varargin) % input: if nargin<4,error('at least 4 i...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Error: File: slopfield.m Line: 1 Column: 30 Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
Hi i am working on this code: function [t,y] = eulode(dxdt,[0,0.4],2,0.1,varargin) % input: if nargin<4,error('at least 4 ...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Unrecognized function or variable 'x'.
Here is the code that i worte: % Let's solve the nonlinear system below using successive % substitution %x^2=5-y^2 %Y+1=x^2...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
Not enough input arguments
Could somebody please explain what this error is and how to fix it. (Error in goldenmax721 (line 5) xmax_old=max(f(xl),f(xu));...
대략 6년 전 | 답변 수: 2 | 0