[A,v] shows error: dimensions of arrays being concatenated are not consistent
Mostrar comentarios más antiguos
Hi everyone, I'm having a little problem. I tried to create a matrix using an already existing one and a vector just by putting it next to the matrix. I expected a new matrix made by the original plus a last new line of zeros and a new column made up by the vector I added. I remember it worked in Matlab2023b, but now it shows me this error
A=[1,2; 3,4]
v=[1;9;9]
A=[A,v];
1 comentario
Stephen23
el 19 de Oct. de 2024
What exact size do you expect A to have? What values do you expect A to contain?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!