Azzera filtri
Azzera filtri

how to delete some unwanted data from a large nomber of data?

2 visualizzazioni (ultimi 30 giorni)
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 23 Ott 2013
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
  5 Commenti
Jan
Jan il 22 Feb 2014
@Azzi: I've removed the flag and accepted the answer.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Variables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by