【发布时间】:2012-09-09 21:51:43
【问题描述】:
如果在 matlab 工作区中有 array (5000x1 double)。我将'from workspace' 块放在simulink 窗口中以输入另一个块,但是在运行程序时出现此错误:
Invalid matrix-format variable specified as workspace input in 'new_net_pattern_recog/From Workspace'. 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.
我能做什么?
【问题讨论】: