Tspan is not strictly increasing.
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I am trying to solve a second order ode using ODE45 but my tspan is not strictly increasing. How can I solve it ? 
0 Commenti
Risposta accettata
  Stephan
      
      
 il 27 Nov 2019
        Since ode45 uses an automated stepwide control just define the start and the end of your tspan this way:
tspan = [0 10];
This is all you have to do to solve this problem.
3 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!