photo

Anil


Last seen: 10 days ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
138,846
of 297,527

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

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 2

View badges

Feeds

View by

Question


How to make color axis ticklabes with two end limits ([cmin cmax]) only?
Suppose, I have subplots of 4 times 3 or higher and I cant change clim of each plot using property inspector. I tried clim([cm...

1 month ago | 1 answer | 0

1

answer

Question


Can I optimize (using optimization tool box) few variables for a quantity extracted from a covariance matrix (Lyap function) numerically?
I know a bit about using optimization tool box for a symbolic function. But I want to use it for numercal values, if possible. F...

9 months ago | 1 answer | 0

1

answer

Question


Error in legends of subplots using a for loop
I want legends g_1=fr(1), g_1=fr(2), g_1=fr(3) for each plots in each window ha(kk). I am doing some mistake in legends, but cou...

9 months ago | 1 answer | 0

1

answer

Question


Stability analysis of a time dependent Lyapunov equation
I want solution of coupled linear equations for which I am using time dependnet Lyapunov equation: dP/dt=A*P + P*A'+ D, wher...

1 year ago | 1 answer | 0

1

answer

Question


Can I call another ode45 inside the function file of an ode45 ?
I have an ode45 function file with equations from a matrix, but few variable in these equations are time dependent and are solut...

1 year ago | 0 answers | 0

0

answers

Question


I want to find the eigenvectors of a matrix corresponding to imaginary eigenvalues.
Using [V, D]=eig(A) the eigenvectors V correspond to eigenvalues which could be real or complex. But I want to know if it's ...

1 year ago | 1 answer | 0

1

answer

Question


How can I label each colorbar axis from a list, using subplot axis inside a for loop?
I want to label each colorbar axis using a list l inside the for loop. Is there any way I can make it? Thanks. [ha, pos]= ti...

1 year ago | 1 answer | 0

1

answer