deleting rows and columns of a matrix

1 次查看(过去 30 天)
a(:,1)=[];when i'm applying this function,1st row of the matix a was delete.now i'm want to call original matrix a. is there any method to do this.thank you.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-9-21
b=a
a(:,1)=[];
%If you want your original a
a=b

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by