photo

Anil Kumar


Last seen: 거의 3년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

5 질문
2 답변

Cody

0 문제
1 답안

순위
6,614
of 300,365

평판
7

참여
5 질문
2 답변

답변 채택
20.0%

획득한 표
3

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
95,502
of 168,262

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Solver
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to find second largest value in an array?
try this a=A(:,1); [p,q]=max(a); b=A(q,1); [p1,q1]=max(a(a~=b))

3년 초과 전 | 0

답변 있음
save values in array in a loop
may be helpful for begginers x1=[]; x2=[]; a=[2 4 6 7 3]; b=[1 9 7 5 8]; for ii=1:5 s=a(ii)+b(ii); x1=[x1,s];%output in a...

3년 초과 전 | 2

질문


issue in saving variable values while writing a file with if condition?
If I use max and min function the actual values of variable in loops (each data set) are saved for that coresponding max or min ...

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

0

답변

질문


How can I use equations from a matrix, using symbolic variables, inside the function file for ode45 ?
I want to use time dependent equations directly from a matrix (i.e. product of matrices) in the function file. keeping it simple...

거의 4년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 4년 전

질문


Optimization of multiple variables without any toolbox
I have 5 variables, say l1,l2,g1,g2,g3. I want to optimize the gi (i=1,2,3) inside the two loops of l1 and l2 i.e. for each comb...

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

1

답변

질문


can I add multiple plots in a figure altogether in an inset as well?
An inset works like as follows, axes('Position', [0.32 0.2 0.3 .3]) box on plot(A1(:,3),A1(:,27),'b','LineWidth', 2); ...

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

1

답변

질문


Error" 'lyap' requires control system toolbox""
Recently, I got a Matlab licence (individual academic use license) for Mac 10.15.1. I tried to find the Lypunov solution but it ...

거의 6년 전 | 답변 수: 1 | 1

1

답변