How to delete a row in matrix?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Matlab111
am 15 Jan. 2015
Beantwortet: Youssef Khmou
am 15 Jan. 2015
For example:
a=[10;
2;
3;
4;
44;
5;
5;
56]
i need to delete first element,in this case, i need to delete '10' how?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Elementary Math 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!