Clear Filters
Clear Filters

how to get a smaller matrix from a larger matrix?

18 views (last 30 days)
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?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 2 Aug 2015
Edited: Azzi Abdelmalek on 2 Aug 2015
A(1:8,1:8)
After reading the documentation, you don't need to ask such questions

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!