How to delete a row in matrix?

6 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by