Posts by Vagner • 1 point
2 posts
-
0
votes1
answer17
viewsQ: Column extraction from a Time Series in Matlab
I want to extract the time column of the Matlab time series, shown in the figure below. Commands to slice matrices in Matlab do not seem to work with time series. Matlab gives me the following…
-
0
votes0
answers76
viewsQ: Python control.Python lsim
I’m trying to get the system response by inserting a sinusoidal input function, but the code below gives the following error: Valueerror: Parameter T: time values must be equally Spaced. from…