Effacer les filtres
Effacer les filtres

Selecting certain rows?

1 vue (au cours des 30 derniers jours)
Anas Rao
Anas Rao le 9 Mar 2017
Modifié(e) : Guillaume le 9 Mar 2017
I have 7200 row of data. I want to select the row after every 10 row (means that want to delete the 10 row in between. and then want to multiply it with 10^5. What should I do?

Réponse acceptée

Guillaume
Guillaume le 9 Mar 2017
Modifié(e) : Guillaume le 9 Mar 2017
newmatrix = originalmatrix(1:11:end, :) * 1e5
This is really basic matlab. Have you gone through the getting started tutorial?

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by