|
From: | Markus Mützel |
Subject: | [Octave-bug-tracker] [bug #59416] ode15s produce results with inconsestance size when compared to other ode solver or matlab. |
Date: | Fri, 6 Nov 2020 02:14:39 -0500 (EST) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63 |
Update of bug #59416 (project octave): Status: Fixed => Need Info _______________________________________________________ Follow-up Comment #6: I started to have a look at this. It seems only the built-in self tests (BISTs) where ode15s is called with one return argument - like in `sol = ode15s (...)` - need transposing. When ode15s is called with two output arguments - like in `[t, y] = ode15s (...)` - the output is still a row vector. Is this the expected behavior? It looks kind of inconsistent - but might be necessary for Matlab compatibility... _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?59416> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |