Closed
Description
Reported by thomas_ha on 2011-04-19 18:37 UTC
The function "step" is supposed to return an array for the time:
T, yout = step(sys, T, X0)
T: array
Instead, a matrix is returned. To convert it to a time array, currently the following step is required (which should not be required):
t2 = array(T)[0,:]
Metadata
Metadata
Assignees
Labels
No labels