필터 지우기
필터 지우기

how to divide 90*90 size matrix into 3*3 windows

조회 수: 3 (최근 30일)
MAMATHA YADAVALLI
MAMATHA YADAVALLI 2018년 3월 6일
답변: Birdman 2018년 3월 6일
i=rand(90); b=3*ones(10,1); c=mat2cell(i,b,b);

채택된 답변

Birdman
Birdman 2018년 3월 6일
i=rand(90);
reshape(i,3,3,[])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by