How to delete a row in matrix?

6 visualizaciones (últimos 30 días)
Matlab111
Matlab111 el 15 de En. de 2015
Respondida: Youssef Khmou el 15 de En. de 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?

Respuesta aceptada

Youssef  Khmou
Youssef Khmou el 15 de En. de 2015
a(1)=[];

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by