photo

savvas


Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
0 Risposte

RANK
153.391
of 300.364

REPUTAZIONE
0

CONTRIBUTI
3 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

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

  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


solution of ode's with inputs using ode45
Why do these two pieces of script give the same output? Linear Dynamics: % This code calculates the solution to the Line...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Multi-input state space solution using ODE45
I have the linear dynamics set up as follows: function dx = sys(t,x) global c m g r J A = [0 0 0 1...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Is there any other more efficient way of writing this code?
for tt=1:100 for t = 1:1000; y = a*y0+e+w-a*w0; y0 = y; w0 = w; ...

quasi 11 anni fa | 0 risposte | 0

0

risposte