how to add one element in matrix?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
A=[23;23;24;13;24]'
A = 23 23 24 13 24
z=12;
A =
12 23 23 24 13 24
who to do this ?
0 Kommentare
Antworten (1)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!