Hi all. I have m(80x200) matrix. I want to take first 41 values from each column and create n(41x200) matrix. Do I need for loop for this?

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 5월 14일
편집: Azzi Abdelmalek 2016년 5월 14일

0 개 추천

You want the first 41 rows of your matrix
A(1:41,:)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2016년 5월 14일

편집:

2016년 5월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by