Borrar filtros
Borrar filtros

Syntax error in function handling

1 visualización (últimos 30 días)
Shahd Ewawi
Shahd Ewawi el 27 de Mzo. de 2013
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);

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Mzo. de 2013
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".

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by