Community Profile

photo

Shauvik Das


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


I need to plot solid/black, solid/red, dashed/black and dashed/red for x1 x2 x3 and x4. How can I plot dash?
PHI = @(t) [ 1, t, t/3-(2*exp(-3*t))/9+2/9, (2*t)/3+(2*exp(-3*t))/9-2/9; 0, 1, (5*exp(-3*t))/12-(3*exp(t))/4+1/3, 2/3-exp(t...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need to plot the determinant of the matrix for t 0 to 1?
syms t PHI=[ 1, -t, -t/3 - (2*exp(-3*(-t)))/9 + 2/9, (2*-t)/3 + (2*exp(-3*(-t)))/9 - 2/9; 0, 1, (5*exp(-3*(-t)))/1...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I insert the value of a symbol in symbolic matrix and convert it into a numerical matrix?
syms t PHI=[ 1, t, t/3 - (2*exp(-3*t))/9 + 2/9, (2*t)/3 + (2*exp(-3*t))/9 - 2/9; 0, 1, (5*exp(-3*t))/12 - (3*exp(t...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Plotting error: Need to plot the evolution of symbolic matrix?
syms t PHI=[ 1, t, t/3 - (2*exp(-3*t))/9 + 2/9, (2*t)/3 + (2*exp(-3*t))/9 - 2/9; 0, 1, (5*exp(-3*t))/12 - (3*exp(t))/4 + 1...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to plot? Having a issue.. Need to plot evolution of the norm of a symbolic matrix for t=0 to 1.
syms t PHI=[ 1, t, t/3 - (2*exp(-3*t))/9 + 2/9, (2*t)/3 + (2*exp(-3*t))/9 - 2/9; 0, 1, (5*exp(-3*t))/12 - (3*exp(t))/4 + 1...

más de 4 años hace | 0

Pregunta


How to plot? Having a issue.. Need to plot evolution of the norm of a symbolic matrix for t=0 to 1.
syms t PHI=[ 1, t, t/3 - (2*exp(-3*t))/9 + 2/9, (2*t)/3 + (2*exp(-3*t))/9 - 2/9; 0, 1, (5*exp(-3*t))/12 - (3*exp(t))/4 + 1...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to plot for for a range? showing error

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to define different color for all three plots?
omega = 1; alpha = 1;beta=1; f=@(ts,theta)[omega + alpha*(sin((theta(2)-theta(1)))); omega + alpha*(sin(theta(1)-theta(2))...

más de 4 años hace | 1 respuesta | 0

1

respuesta