Selecting certain rows?

1 次查看(过去 30 天)
Anas Rao
Anas Rao 2017-3-9
编辑: Guillaume 2017-3-9
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by