Statistics
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
Feeds
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
answersevery 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
Question
I have set of equation,from on graduation project ,I'm trying to solve them in MATLAB but always getting some error.I'm using for loop to create Qb(w) Function and its value is being passed by Id.I'm using ode45 to solve the differential equation.
<</matlabcentral/answers/uploaded_files/122176/Equationset-001.jpg>>
8 years ago | 2 answers | 0
2
answersI'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
