photo

sourabh mittal


Attivo dal 2018

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
124.888
of 300.364

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 7 anni fa | 3 risposte | 0

3

risposte

Domanda


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 ...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


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....

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

circa 7 anni fa | 2 risposte | 0

2

risposte