Shauvik Das
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答提问
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...
5 years 前 | 2 个回答 | 0
2
个回答提问
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...
5 years 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
5 years 前 | 0
提问
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...
5 years 前 | 3 个回答 | 0
3
个回答提问
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))...
5 years 前 | 1 个回答 | 0