how to delete some unwanted data from a large nomber of data?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?
0 commentaires
Réponse acceptée
Azzi Abdelmalek
le 23 Oct 2013
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
5 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!