Selecting certain rows?

2 visualizzazioni (ultimi 30 giorni)
Anas Rao
Anas Rao il 9 Mar 2017
Modificato: Guillaume il 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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Instrument Control Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by