フィルターのクリア

Issue with unrecognized createMask function

1 回表示 (過去 30 日間)
Baloo
Baloo 2022 年 6 月 17 日
回答済み: Walter Roberson 2022 年 6 月 17 日
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 日
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

Community Treasure Hunt

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

Start Hunting!

Translated by