How to plot rows from a particular column number?

조회 수: 2 (최근 30일)
Parth Sarathi
Parth Sarathi 2016년 3월 24일
댓글: Parth Sarathi 2016년 3월 24일
I have a matrix of 400 columns and 200 rows. I want to plot rows starting from the 10th column. How do i do that? plot(1,:); plots the whole row but i want to plot from column number 10 so please let me know how to do that. Thanks and regards, Parth

채택된 답변

Stalin Samuel
Stalin Samuel 2016년 3월 24일
plot(ur_matrix(:,10:end))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geoscience에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by