photo

Anil


Last seen: 대략 2개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
184,009
of 300,369

평판
0

참여
9 질문
0 답변

답변 채택
44.44%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Avoiding zeros doesnt wrok while plotiing from a data file.
x=load(sprintf('test_line.dat')) x1=x(:,1); x1r=x(:,2); % x1(x1r==0)=Nan %This shows erorr x1r(x1r==0)=NaN; x10=plot(x1,x1...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


how can I plot inset of a new plot in a few of my subplots (say ha(1) and ha(3))?
I am using subplot [ha, pos]= tight_subplot(2,3,[.1 .08],[.16 .04],[.09 .025]); I want to add inset in a few of the plots sa...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

9개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 2년 전 | 답변 수: 1 | 0

1

답변