Why does not Simulink work with timeseries input?

1 view (last 30 days)
I have created a timeseries object from an array with "init=timeseries(falk);" function. I set this "init" timeseries as an input file of a simulink modell in simulation parameters, and but it doesn't work because of this: "Unsupported input format. The input data must be either a double non-complex matrix with finite elements, a structure, a Simulink.Timeseries object, or a Simulink.TsArray object". So I think I have to create a Simulink.Timeseries object from my array. How can I do that?

Answers (0)

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!