Filter löschen
Filter löschen

Issue with unrecognized createMask function

1 Ansicht (letzte 30 Tage)
Baloo
Baloo am 17 Jun. 2022
Beantwortet: Walter Roberson am 17 Jun. 2022
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 17 Jun. 2022
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.

Weitere Antworten (0)

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by