photo

Penglin Cai


Last seen: 5년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
32,608
of 300,781

평판
1

참여
12 질문
0 답변

답변 채택
33.33%

획득한 표
1

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Create symbolic function from a function file
Dear all. I have created a function to represent a dynamical system with variables z=[x1,y1,x2,y2,...xn,yn] as following: Al...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Create Symbolic functions with existing function file
Dear all. I have created a function to represent a dynamical system with variables z=[x1,y1,x2,y2,...xn,yn] as following: Alph...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Summation using symsum of matrix
How can l use MATLAB to do the summation as shown above? i=1, n=5, x and y are variables, Sij is a nxn matrix, beta and gamma ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


not enough input arguments
Hi, the code i used is given below. Why did l get the error ''not enough input argument''?

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


ode45 with multiple variables
How can l solve the system with multiple variables using ode45? For example l want to solve the following system for variables ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


symsum of matrix to extract element in the matrix
i want to sum this: The code i used: syms j S=[0,1,0,0,0;1/2,0,1/2,0,0;0,1/2,0,1/2,0;0,0,1/2,0,1/2;0,0,0,1,0]; C1=symsum(S...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


symsum indexing with matrix
i want to sum this: The code i used: syms j S=[0,1,0,0,0;1/2,0,1/2,0,0;0,1/2,0,1/2,0;0,0,1/2,0,1/2;0,0,0,1,0]; C1=symsum(S...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Create matrix with iteration
Dear all How can l create a matrix shown below by iteration?

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plot trajectories of coupled oscillators
Dear all. The problem is given by the attachments. I am studying coupled oscillator, l do not know what code to use in order to ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Plot trajectories of coupled nonlinear oscillator
Dear all. The problem is given by the attachment. I am studying coupled oscillator, l do not know what code to use in order to s...

5년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Phase portrait of a 2 dimensional system that converges to a unit circle
Dear all, Could you please tell me that how l can plot the graph shown in the attachment using MATLAB? Thank you for the help!!...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Phase portrait of a 2 dimensional system that converges to a unit circle
The dynamical system contains two ODES: dxdt=(1-(x.^2+y.^2)).*x-3.*y.*(x.^2+y.^2); dydt=(1-(x.^2+y.^2)).*y+3.*x.*(x.^2+y.^2); ...

5년 초과 전 | 답변 수: 1 | 0

1

답변