photo

savvas


Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten