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
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에 대해 자세히 알아보기

태그

질문:

2011년 11월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by