필터 지우기
필터 지우기

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