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

 채택된 답변

Walter Roberson
Walter Roberson 2022년 6월 17일

0 개 추천

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.

추가 답변 (0개)

제품

릴리스

R2020a

질문:

2022년 6월 17일

답변:

2022년 6월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by