필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

When does the error Matrix dimension exceeds comes?

조회 수: 1 (최근 30일)
as825
as825 2014년 1월 21일
마감: MATLAB Answer Bot 2021년 8월 20일
The formula (x-d:x+d,y-d:y+d) is used to find a square region inside a circular feature.In a 512X512 image when the values of x,y and d are the following x=501 y=237 d=4 it displays matrix dimension exceeds. What is the problem in it?

답변 (1개)

Amit
Amit 2014년 1월 21일
for whichever matrix you are applying (x-d:x+d,y-d:y+d), can you first do a
whos A
to check if the size of the array is 512x512. Because otherwise it should work.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by