Add two lines to a matrix.
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ricardo Gutierrez
am 3 Dez. 2019
Kommentiert: Ricardo Gutierrez
am 3 Dez. 2019
Hello good day.
I have the following matrix
A = [1 1 1 1
2 2 2 2
3 3 3 3];
What instruction or how do I add two more lines
equal to the third line, that is, it looks like this
A = [1 1 1 1
2 2 2 2
3 3 3 3
3 3 3 3
3 3 3 3];
Waiting for your valuable help
Regards
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!