Info
この質問は閉じられています。 編集または回答するには再度開いてください。
When does the error Matrix dimension exceeds comes?
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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.
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!