Getting vertcat error, not using vertcat
Mostrar comentarios más antiguos
Error using vertcat Dimensions of matrices being concatenated are not consistent.
I keep getting this error despite not having vertcat in my code. What can I do to fix this? Code is attached
Respuesta aceptada
Más respuestas (1)
Mark McBroom
el 14 de Mzo. de 2018
0 votos
The assignment to A vertical concatentates 4 row vectors. The first 3 rows have 5 elements, the 4th row only has 4 elements.
1 comentario
Andrew Tyers
el 14 de Mzo. de 2018
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!