photo

pervesh anthwal


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
265,389
of 301,511

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,308

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,936

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to plot these differential equation?
X=[1/6,1/6,1/6,1/6,1/6,1/6] A=[0.1944,0.2144,0.1611,0.0344,-0.1656,-0.4389] dx(i)/dt=A*X How can I plot these different...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How to Generate this Function?
<https://in.mathworks.com/matlabcentral/answers/375711-how-to-generate-this-function#comment_521727> what I want to do is: ...

8 years 前 | 0

提问


How to Generate this Function?
if input_x={1/6,1/6,1/6,1/6,1/6,1/6} How can I generate this function: i=1:6 pi_all(i)=(1-(i-1)/5)*(0.45+1.1*...

8 years 前 | 1 个回答 | 0

1

个回答

提问


help in plotting replicator equation
I=5 input_x={0,0.2,0.4,0.6,0.8,1.0} function pi_all=pi_req(I,input_x) pi_all=zeros(I+1,1); for i=1:I+1 pi_al...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Error: Unbalanced or unexpected parenthesis or bracket.
function pi_all=pi_req(I,input_x) pi_all=zeros(I+1,1); for i=1:I+1 pi_all(i)=(1-(i-1)/6)*(0.45+1.10*(input_x(...

8 years 前 | 1 个回答 | 0

1

个回答