フィルターのクリア

how to get a smaller matrix from a larger matrix?

18 ビュー (過去 30 日間)
Nazneen
Nazneen 2015 年 8 月 2 日
編集済み: Azzi Abdelmalek 2015 年 8 月 2 日
i am working with an image of size 256 * 256. i want to read the first 8 *8 matrix .how to do it in matlab?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2015 年 8 月 2 日
編集済み: Azzi Abdelmalek 2015 年 8 月 2 日
A(1:8,1:8)
After reading the documentation, you don't need to ask such questions

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by