Borrar filtros
Borrar filtros

Error in code (how to run this code by solving the error)?

1 visualización (últimos 30 días)
Devyani Sankhe
Devyani Sankhe el 24 de Mayo de 2021
Editada: Devyani Sankhe el 3 de Jun. de 2021
Hello guys,
I have this code, but when i run it shows error. Initial error screenshot attached, i don't know about the further error. Can you guys tell me how to run this code successfully or at least solve first error?
You can see code in the file
Thanks a ton

Respuestas (1)

KSSV
KSSV el 24 de Mayo de 2021
Don't run the code directly using run button. First define the input variables and then call your function.
cls_param = your variable ; % give your variable
cal_image = your variable ; % give your variable
ref_spec = your variable ; % give your variable
[cls_data,cls_stats] = WEEE_imageprocessing(cls_param, cal_image,ref_spec) ;
  6 comentarios
Devyani Sankhe
Devyani Sankhe el 27 de Mayo de 2021
Hi,
can you please respond to this comment?
Thanks a ton
Devyani
Walter Roberson
Walter Roberson el 27 de Mayo de 2021
"NO, this function has no help option"
Then you must be using a different function than the one you posted, as the one you posted has help information.
help WEEE_imageprocessing
In particular lines 3 through 50 of the posted code are the help information, and describe the exact field names of each of the input structures and the purpose of each of the fields, for the posted code.

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by