photo

pervesh anthwal


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
1 답변

순위
265,384
of 301,506

평판
0

참여
4 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,306

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,911

참여
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년 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변