Simulink does not support loading the input data in file
5 次查看(过去 30 天)
显示 更早的评论
I have a 1x1000 matrix named inputsignal.mat. It is saved in version 7.3.
I am trying to view the signal using a scope on Simulink:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171504/image.png)
I am getting an error: Simulink does not support loading the input data in file. Simulink can only load two-dimensional arrays or timeseries objects. The array must consist of one-dimensional, double, noncomplex samples. To load data having a different type, complexity, or dimension, use a timeseries object. For either an array or a timeseries object, at least one sample point is necessary.
My data is as follows, with a value of 1x1000 double
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/171505/image.png)
What do I need to do such that I am able to load such data type? Any help would be appreciated.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!