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

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 16 de Nov. de 2011

0 votos

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.

Categorías

Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Nov. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by