errors when using linmod

7 ビュー (過去 30 日間)
Valter Ferletta
Valter Ferletta 2020 年 12 月 20 日
コメント済み: Rishabh Mishra 2020 年 12 月 24 日
when trying to use linmod I get these 3 errors
[A,B,C,D] = linmod("L3z3");
Error using vertcat
Dimensions of arrays being concatenated are not consistent.
Error in dlinmod (line 127)
models = [model;normalrefs];
Error in linmod (line 59)
[varargout{1:max(1,nargout)}] = dlinmod(model, Ts, varargin{:}, Args);
  1 件のコメント
Rishabh Mishra
Rishabh Mishra 2020 年 12 月 24 日
Hi,
Based on understanding of the issue, I would require you to provide me with the ‘L3z3’ Simulink System for which the linear model is being extracted. However, I would like to point out that while performing the vertical concatenation step “models = [model;normalrefs];”, the number of columns in ‘model’ & ’normalrefs’ are not matched.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by