How can I skip some rows in Matlab ?
Afficher commentaires plus anciens
I have a huge range of data, and I want to reduce them into half. I want to know how to let Matlab read one row and delete other. So it reads in all odd rows and skip even rows.
2 commentaires
KALYAN ACHARJYA
le 3 Mar 2018
When you call in interactions of raw value you can increment it by 1 within the loop.
per isakson
le 3 Mar 2018
Modifié(e) : per isakson
le 3 Mar 2018
huge compared to what? If the data fits in memory, read the entire file and delete every second row.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!