photo

Peter P


Last seen: 5 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
114,462
of 301,564

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,333

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,480

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Undefined operator '*' for input arguments of type 'struct'.
I need to call an ode15s to solve the system of odes described below but I keep getting this error for line 25 (vec(10)) and I c...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Error Using * (inner matrix dimensions must agree)
I need to multiply 2 vectors x(:,1) and x(:,4) that are the solutions of an ode45 I previously used, but I get this error. I und...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Can I use Runge-Kutta 4th order to solve the 3x3 co-dependent odes below?
* dNa/dt = -k0*exp(-ER/T)*Na * dNb/dt = k0*exp(-ER/T)*Na * dNw/dt = -k0*exp(-ER/T)*Na Initial conditions: Na(0)=10 kmol, N...

10 years 前 | 0 个回答 | 0

0

个回答