Issue with unrecognized createMask function

Hi All,
I got an issue with the 'createMask' function, which apparently is unrecognized by Matlab. I have tried with the two versions (2020, 2021) that I have installed on my Mac (OS Mojave). Both versions include the Image Processing Toolbox, nevertheless it seems this specific function cannot be find.
Could you provide any support?
Thank you, best regards

 Respuesta aceptada

Walter Roberson
Walter Roberson el 17 de Jun. de 2022

0 votos

createMask is a method for roi objects, and would not be found unless you pass an roi object to it.
If you have not created an roi objects yet in this session then MATLAB would not have loaded the class, and "which" might not be able to locate the method yet.

Más respuestas (0)

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 17 de Jun. de 2022

Respondida:

el 17 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by