Syntax error in function handling

I dont understand this error ! Can any one help me ?
??? Output argument "segimage" (and maybe others) not assigned during call to "C:\Users\Shahd\Documents\MATLAB\gp.m>segm".
Error in ==> gp at 10 im=segm( hueThreshLow,hueThreshHigh);

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 27일

0 개 추천

Your routine "segm" in file "gp.m" starts with
function segimage = segm(.... something )
but under at least some conditions, it does not assign any value to "segimage".

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

태그

질문:

2013년 3월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by