photo

nashyshan


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

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
199,972
of 300,765

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to code an event that causes a shift in the resulting graph of a nonlinear dynamical system
I have a Matlab script that generates periodic oscillations in a nonlinear dynamical system. I am getting the oscillations perfe...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Can we add a statement in between the codes?
Is it possible to add statements in between the codes. For example: If I have a code like this, r(:,1) = a(:,1) - a(:,...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How should I write a value such as "0.9 micromolar^-1.sec^-1" in the code?
Okay, so my question is if I have a value such as 0.9 micromolar^-1.sec^-1. How should I enter this value in the code. Whic...

10 years 前 | 1 个回答 | 0

1

个回答

提问


ODE45 error: must return a column vector.
I am getting this error in my code. but in the MATLAB documentation there is an example ( <http://in.mathworks.com/help/matlab/r...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Can ODE45 take in arrayed values?
Hi, I am getting an error in my code. The error is " _Error using odearguments ( line 93) @(T,IP)V4.*(C+(1-ALPHA).*K4)./(C+K4)-(...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How do I integrate a differential equation?
Hi, I want to integrate a differential equation dc/dt. Below is the code and the values of the variables. clear all; c1=....

10 years 前 | 1 个回答 | 0

1

个回答