how to delete some unwanted data from a large nomber of data?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 23 Ott 2013
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
5 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Whos 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!