フィルターのクリア

selecting specific values on a matrix

2 ビュー (過去 30 日間)
Shani
Shani 2013 年 11 月 19 日
コメント済み: Image Analyst 2013 年 11 月 23 日
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.
  1 件のコメント
Image Analyst
Image Analyst 2013 年 11 月 23 日
Here is what Shani asked, so that it will still be here when she deletes this question:
Hello my fellow companions, I have got a matrix but I would like to select values to create another matrix from it. Let me give you an example, I have a 10x10 matrix, I would like to select the 4th value till the end from column 6 to column 10. If anyone can help me with that much appreciated.

サインインしてコメントする。

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 11 月 19 日
編集済み: Azzi Abdelmalek 2013 年 11 月 19 日
A(4:end,6:10)
Look at
doc array

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by