Borrar filtros
Borrar filtros

deleting rows and columns of a matrix

1 visualización (últimos 30 días)
mahesh chathuranga
mahesh chathuranga el 21 de Sept. de 2013
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.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 21 de Sept. de 2013
b=a
a(:,1)=[];
%If you want your original a
a=b

Más respuestas (0)

Categorías

Más información sobre Time Series en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by