a(1)=[];
How to delete a row in matrix?
1 次查看(过去 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?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!