How to delete a row in matrix?

5 visualizzazioni (ultimi 30 giorni)
Matlab111
Matlab111 il 15 Gen 2015
Risposto: Youssef Khmou il 15 Gen 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?

Risposta accettata

Youssef  Khmou
Youssef Khmou il 15 Gen 2015
a(1)=[];

Più risposte (0)

Categorie

Scopri di più su Multidimensional Arrays in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by