Simulink modelling with timeseries data
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Dear Matlab/Simulink users,
I have a major problem, which I am unable to solve and it prevents proceeding my work.
Particularly, I need to work with timeseries data, which will be imported through Matlab (either to import variables to the workspace or try to do as separate file). However, the file type is not good enough to continue with it in the model.
I received an error message and don't know how to convert it:
- Unable to load column vector data for Inport not configured with a function call output. Use one of these solutions: 1) To load the workspace data, use a different data format. 2) Configure the Inport to output a function call. 3) Turn off external input loading.
First, I need to use the each datapoint inside the if condition and then to use it as an input. It is shown here:

I specifically need the values of "uu" one by on and use its elements inside "if" comparison.
Do you have recommendation, how to work woth this?
3 Comments
Fangjun Jiang
on 8 Jun 2020
The picture is not sufficient to tell the issue. Try the "From Workspace" alone with [t,uu] to see if the data is imported successfully.
An
on 8 Jun 2020
An
on 8 Jun 2020
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!