Shauvik Das
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
191.246
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaHow 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...
casi 5 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...
casi 5 años hace | 3 respuestas | 0
3
respuestasPregunta
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))...
alrededor de 5 años hace | 1 respuesta | 0