Error using sym/cat>checkDimensions CAT arguments dimensions not consistent.

2 ビュー (過去 30 日間)
JACOB ETOJU
JACOB ETOJU 2023 年 1 月 23 日
Hello everyone,
On running the code in the attached m-file, with the excel file for the required variables.
I get the error message below:
I know the problem is via the element wise manipulation of the equations. Therefore, I am seeking for any guidance on this.
Error using sym/cat>checkDimensions
CAT arguments dimensions not consistent.
Error in sym/cat>catMany (line 33)
[resz, ranges] = checkDimensions(sz,dim);
Error in sym/cat (line 25)
ySym = catMany(dim, args);
Error in sym/horzcat (line 19)
ySym = cat(2,args{:});
Error in PVTthermal_dyn (line 203)
[Tg, Tc, Tab, Tto, Tti, Tfo] = vpasolve([f1, f2, f3, f4, f5, f6],[Tg, Tc, Tab, Tto, Tti, Tfo],[0 inf; 0 inf; 0 inf; 0 inf; 0 inf; 0 inf]);

回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by