Statistiques
6 Questions
0 Réponses
RANG
123 857
of 300 369
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 936
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 436
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to extract tevent from deval
function main tstart = 0.0; tend = 100.0; options = ddeset('Events',@events); sol = dde23(@ddex1,2,[0.7],[tstart ten...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to resize subplot?
I have 1*2 subplot. i want to resize it and i want a tight layout pdf of it. please help h= subplot(1,2,1); sol1= ode23t(@func...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
If statement with many logical or.
This is my code. I have a1 = 0.4 and b1 =0.2 and 1-a1-b1 = 0.4. Middle condition of if statement is satisfied but still it doesn...
environ 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to integrate DDE for different sets of histroy function?
% code function dydt = ddex1(t,y,Z) ylag = Z(:,1); dydt(1) = 0.5y(1)*(1-ylag(2)) dydt(2) = -0.5y(2)*(1-ylag(1)) end ...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
how to do density plot?
suppose, I have a text file 'data.txt' that has three columns and contains output of below. % code fileID = fopen('data....
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to stop dde23 when one of states reach certain value?
I want to stop dde23 when i am geeting 99% close to steady state and extract saturation time. I have written code of my system a...
environ 7 ans il y a | 2 réponses | 0

