photo

Vikash Pandey


Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
2 답변

순위
29,001
of 300,863

평판
1

참여
11 질문
2 답변

답변 채택
72.73%

획득한 표
1

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How do I remove outliers in data so that vectors are of the same length for plotting?
Please see the attached excel file. X = First column data Y = Second column data I have to ensure that both the vectors are o...

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

2

답변

질문


How to read and extract certain columns from a tenv3 file?
There are two aspects of the problem. How do I read a tenv3 data file? The source file can be found here. I wish to extract th...

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

1

답변

질문


How to pass a variable with latex interpreter in the legend?
I am mentioning the relevant part of the code below. r_Fit is supposed to be a variable. How do I pass its value in the legend w...

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

2

답변

질문


Why is the convolution for the same signals different?
Here is the code for convolution of two signals. I have two questions: 1) If I change the number of datapoints from n=1000 to n...

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

1

답변

질문


How to display a number in a scientific notation in the plot?
The code is below: n=1000; text(0.82,0.96, "$N =\mbox{ } $" +num2str(n), 'interpreter', 'latex', 'FontSize', ...

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

1

답변

질문


Can the same matlab ode solver give different results for a problem that is highly nonlinear, but not stochastic?
I have been using matlab ode solvers to solve a system of two coupled, highly nonlinear system of ODEs. Earlier I was using ode1...

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

0

답변

질문


Average of first few elements of an array
I have a one dimensional array A of 2000 elements. How do I calculate the mean of elements from 500th to 1200th?

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

1

답변

질문


How do I stop ode solver when output is complex number?
I am currently working on a coupled ode problem, and using ode45 solver to solve it. My code is something like this: bubble.m ...

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

1

답변

질문


How do I output the second derivative from an ODE solver for further use?
I am currently working on a coupled ode problem, and using ode45 solver to solve this. My code is something like this: bubble....

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

1

답변

답변 있음
How do I insert a variable text string in matlab plot?
Yes. you see the plot here, mu looks so different than m in the plot. I want them to be latex equally. By the way I have solved ...

대략 7년 전 | 0

질문


How do I insert a variable text string in matlab plot?
Part of my code is d_close = 3*(r1_eq + r2_eq) figure(101); h1 = plot(normalized_time, r1_us, 'b-', normalized_time, r2_us, '...

대략 7년 전 | 답변 수: 3 | 0

3

답변

답변 있음
How to implement tightly coupled nonlinear odes using ode45 in matlab?
@ Torsent, Thanks. May be I should have formulated the problem little different as in this case, the double derivatives can be b...

대략 7년 전 | 0

질문


How to implement tightly coupled nonlinear odes using ode45 in matlab?
I am solving a problem from fluid dynamics; in particular tightly coupled nonlinear ordinary differential equations. The followi...

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

2

답변