CAT arguments dimensions are not consistent.
显示 更早的评论
while using full command with code as: "Q = full([ A b ; C d ; E f ; zeros(1,n+1) ]);" I struck with this error.
Thanks
回答(1 个)
Fangjun Jiang
2011-11-16
0 个投票
To combine the variables A,b,C,d,E,f and zeros(1,n+1) into one matrix using [ A b ; C d ; E f ; zeros(1,n+1) ], they need to be in proper size. Check the size of all those variables.
类别
在 帮助中心 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!