How to delete a row in matrix?

4 Ansichten (letzte 30 Tage)
Matlab111
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?

Akzeptierte Antwort

Youssef  Khmou
Youssef Khmou am 15 Jan. 2015
a(1)=[];

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays 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!

Translated by