Selecting certain rows?

2 ビュー (過去 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 Center および File ExchangeInstrument Control Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by