photo

Nader Mohamed


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
257,651
of 300,942

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,116

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,806

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


input symbolic parameters in ode45
I want to solve symbolically an ODE using ode45. The equation is: function dydt = findbk(t,y) J1 = 0.2; T0 = 0.1; ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ODE45 outputs only zeros
I'm trying to use ode45 to model the movement of a piston. This works though a command (function command) that opens with respec...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Input struct in function
When I try to run a function that needs constants defined in a struct outside of it, it give the error "Not enough input argumen...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ode45 event trigger not responding
I'm trying to get the integration of ode45 to stop when the first column (which represents position) reaches a certain value. Bu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Function on separate intervals
I'm trying to write a function that has different values on different intervals: from t0 to t1 needs to be 0 from t1to t2 need...

4 years 前 | 1 个回答 | 0

1

个回答

提问


While loop doesn't start
I'm trying to run a while loop until my error reaches the tolerance. But this loop doesn't start. I tried running it without the...

4 years 前 | 1 个回答 | 0

1

个回答

提问


lsqcurvefit error Too many input arguments.
I'm trying to use lsqcurvefit to find the best parameters b and k that minimize the error between the experimental and numerical...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Loop over ode45 to find minimum of a parameter
I'm trying to loop over an ode45 for different b and k, to find the couple of the two that minimize the error from the analyt...

4 years 前 | 1 个回答 | 0

1

个回答

提问


ODE system with 2 degrees of freedom
I'm trying to write this system of odes and then solve it with ode45, but I'm having trouble writing the function for the system...

4 years 前 | 2 个回答 | 0

2

个回答