필터 지우기
필터 지우기

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 CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by