【发布时间】:2014-12-21 21:32:30
【问题描述】:
当我尝试从 Matlab 加载数据到 Simulink 时,我收到此错误:
Error using TSFPnew (line 191)
Invalid matrix-format variable specified as workspace input in 'modelTSFP/From Workspace5'. The matrix
must have two dimensions and at least two columns. Complex signals of any data type and non-double
real signals must be in structure format. The first column must contain time values and the remaining
columns the data values. Matrix values cannot be Inf or NaN.
我有一个非常简单的模型(我知道,在 Matlab 上做这个计算更容易,但这只是我模型的一部分):
所有数据都具有相同的尺寸 1x144:
为什么我不能直接将其加载到 Simulink 空间?
【问题讨论】:
标签: matlab simulation simulink