Hi, I want to delete 1:5 and 10:15 rows from a given 15*1 matrix. How can I do this ?

 채택된 답변

Ameer Hamza
Ameer Hamza 2020년 3월 25일
편집: Ameer Hamza 2020년 3월 25일

0 개 추천

Something like this
x = (1:15)';
x([1:5 10:15], :) = [];

댓글 수: 2

Eranja Noopehewa
Eranja Noopehewa 2020년 3월 25일
Thank You.
Ameer Hamza
Ameer Hamza 2020년 3월 25일
Glad to be of help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

질문:

2020년 3월 25일

댓글:

2020년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by