photo

pervesh anthwal


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
265,374
of 301,496

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,302

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,859

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer