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일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기

태그

질문:

2017년 3월 9일

편집:

2017년 3월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by