Getting vertcat error, not using vertcat
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Mark McBroom
am 14 Mär. 2018
0 Stimmen
The assignment to A vertical concatentates 4 row vectors. The first 3 rows have 5 elements, the 4th row only has 4 elements.
1 Kommentar
Andrew Tyers
am 14 Mär. 2018
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!