Matrix elaboration
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi, I have a matrix n*m and I want to extract part of it. For example the firsts five lines and the firsts six column. How could I do? Regards!!
댓글 수: 0
채택된 답변
Bjorn Gustavsson
2012년 4월 2일
Msub = M(1:5,1:6);
But there are "getting started" documentation to get you up and running in no time, also at the command-line prompt type:
demo
to get another set of introductory walk-through. These are better tools than to ask here for each and every initial step.
HTH
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!