Why am i getting this errors below? What does it mean?

조회 수: 2 (최근 30일)
Misrak Seifu
Misrak Seifu 2014년 6월 12일
답변: Roger Wohlwend 2014년 6월 13일
Attempted to access bbox(3); index out of bounds because numel(bbox)=0.
Error in InitShape (line 18) a = 0.80*bbox(3)/(max(rshape(1:n))-min(rshape(1:n)));
Error in Demo (line 37) test_init_shape = InitShape(bbox,refShape);
  댓글 수: 4
Image Analyst
Image Analyst 2014년 6월 12일
We are all eagerly awaiting the arrival of the Mind Reading Toolbox . Until then you'll need to attach your m-file.

댓글을 달려면 로그인하십시오.

답변 (1개)

Roger Wohlwend
Roger Wohlwend 2014년 6월 13일
The error means that bbox is empty. That is why you cannot acces bbox(3).

Community Treasure Hunt

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

Start Hunting!

Translated by