Matrix elaboration
1 回表示 (過去 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 で Array Geometries and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!