Error using sym/cat>checkDimensions (line 70) CAT arguments dimensions not consistent.
显示 更早的评论
Hi everyone, On running the code on the attachment/or dropbox link
https://www.dropbox.com/s/l5f3096vinkxmuc/ODE15iExample.m?dl=0
I get the error message:
Error using sym/cat>checkDimensions (line 70)
CAT arguments dimensions not consistent.
Error in sym/cat>catMany (line 35)
[resz, ranges] = checkDimensions(sz,dim);
Error in sym/cat (line 27)
ySym = catMany(dim, args);
Error in sym/vertcat (line 19)
ySym = cat(1,args{:});
Error in ODE15iExample (line 8)
eqs = [diff(c(t),t) == 1 / 1.5e-6 * (1.666667e-5 * 6.51332e-2 - 1.666667e-5 * c(t)) - ((c(t) * 8.314 * 323.15 - 149 * b(t)) / (1 /
4.14e-6) + (149 / ((1 + (1.39e-9 * d(t)) / (2.89e-9 * e(t))) * 8.4e-4)))...
What can I do?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Variables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!