photo

Anonymous


Last seen: 6 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
163,067
of 301,432

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,280

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,555

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答