help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ode45 issue: dimension mismatch


From: gciriani
Subject: Re: ode45 issue: dimension mismatch
Date: Wed, 7 Feb 2018 06:42:52 -0700 (MST)

If you read the documentation for ODE45, t has to be a column vector. You
have instead supplied a row vector. Try with t =
transpose(linspace(0,400,401)); 



-----
Giovanni Ciriani - Windows 10, Octave 4.2.1, configured for x86_64-w64-mingw32
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]