How to delete a row in matrix?

5 vues (au cours des 30 derniers jours)
Matlab111
Matlab111 le 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?

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by