photo

Penglin Cai


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
32,607
of 300,771

評判
1

コントリビューション
12 質問
0 回答

回答採用率
33.33%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,969

コントリビューション
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

回答