Statistics
4 Questions
0 Answers
RANK
286,436
of 300,571
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,030
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,680
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Matlab coding ordinary differential equation initial condition graph not running in the initial condition
Matlab coding ordinary differential equation initial condition graph not running in the initial condition. For x(2), x(6) and x(...
2 months ago | 0 answers | 0
0
answersQuestion
Matlab numerical simulation for ode system by changing the parameter value in range graph not running error coming
function su options = odeset('RelTol',1e-6,'Stats','on'); %initial conditions Xo = [0.005; 0.0007; 0.001; 0.0001; 0.001; ...
3 months ago | 1 answer | 0
1
answerQuestion
Code for Delay differential analytical Solution. Its showing error. Please correct it. Kindly do the Needful.
t=linspace(0,120,10); %Xo = [0.005;0.0007;2]; a=0.0002; p=0.0001; s=0.006; r=0.0005; k=0.0138; q=0.2; tau=0.1; b=1; l=0.005;...
2 years ago | 1 answer | 0
1
answerQuestion
In three system of equation we applied delay two times in one system of equation. Code is showing error. Please do the needful.
dde() function dde() tspan = [0,5]; ylim([1,5]); tau = 0.1; Y0 = [0.005;0.0007;2]; sol = dde23(@dde_system, tau, Y0, tsp...
2 years ago | 1 answer | 0
