photo

Penglin Cai


Last seen: oltre 5 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

MATLAB Answers

12 Domande
0 Risposte

RANK
32.607
of 300.780

REPUTAZIONE
1

CONTRIBUTI
12 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
1

RANK
 of 21.086

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.018

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 5 anni fa | 1 risposta | 1

1

risposta

Domanda


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!!...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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); ...

oltre 5 anni fa | 1 risposta | 0

1

risposta