photo

DEEPAK YADAV


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
69,053
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


every time I'm getting this warning and the values variable w is coming NAN ,what is the error with this code?
N = 500; T0 = 10; t = 0 :T0/(N-1):T0; D=5e-9;Ron1=100;Roff=10e3;Ron=100; DR=Roff-Ron; uv=10e-15; k1=8*uv*Ron1/D...

8 years ago | 2 answers | 0

2

answers

Answered
every time I'm getting this warning and the values variable w is coming NAN ,what is the error with this code?
Thanks! sorry for typo! its is 'RHS2' not multi. and M=100;

8 years ago | 0

Answered
I'm trying two solve two ode using ODE 45 ,But it shows some error,How to call multiple functions in ode 45?
Hey, Thank you very much! it works! Thanks Again!

8 years ago | 0

Question


I'm trying two solve two ode using ODE 45 ,But it shows some error,How to call multiple functions in ode 45?
[t,w1,w2]=ode45(@(ODE1,ODE2),T,x0); W1,w2,are variable ,T is Time Span,x0 is initial value.value of x0 and T is same for bot...

8 years ago | 3 answers | 0

3

answers