- the first row has 3 elements
- the second row has 3 elements
- the third row and 1 element.
Why do I get the error Dimensions of arrays being concatenated are not consistent?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shahab Ahmed
am 30 Dez. 2020
Bearbeitet: Shahab Ahmed
am 30 Dez. 2020
This is my code. How can I fix this problem?



0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 30 Dez. 2020
I'm going to guess it's because you are trying to combine 2+ arrays that have a different number of columns. Specifically, when you create b, you are combing three rows.
All rows must have the same number of elements in order to concatenate them together vertically.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!