photo

Anonymous


Last seen: 6 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
163,068
of 301,433

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 2 answers | 0

2

answers