8000 return type of "step" function [sf#1] · Issue #2 · python-control/python-control · GitHub
[go: up one dir, main page]

Skip to content
return type of "step" function [sf#1] #2
Closed
@murrayrm

Description

@murrayrm

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0