photo

Shauvik Das


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
158,619
of 297,503

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Question


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 ago | 3 answers | 0

3

answers

Question


How to plot for for a range? showing error

5 years ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer