Statistics
4 Questions
0 Answers
RANK
217,080
of 301,344
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,239
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,068
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
obtaining a point solution of a differential equation
i have DE in following form and I am using ode45 to solve for it [t,y] = ode45(@(t,y) f(t,y), tspan, y(i)) where y(i) is t...
8 years ago | 0 answers | 0
0
answersQuestion
defining a function in script file
i want to code following kind of differential eqn in my script file [t,y]=ode(@(t,y) [[qin-k{y^1.5- (y-b)^1.5}] /Area],t1spa...
8 years ago | 1 answer | 0
1
answerQuestion
Plotting a Differential equation
I want to plot solution of differential equation which behaves differently at different time interval. For eg, dh/dt=h^2-f(...
8 years ago | 1 answer | 0
1
answerQuestion
plotting for related function
I have formulated following kind of nested function for my hydraulic problem q=f(h) h=f(t) (where h and t are in differe...
8 years ago | 0 answers | 0
