Issue with unrecognized createMask function
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Baloo
le 17 Juin 2022
Réponse apportée : Walter Roberson
le 17 Juin 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
0 commentaires
Réponse acceptée
Walter Roberson
le 17 Juin 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.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!