What is the difference between 'none' and 'off' using find_system with 'LookUnderMasks' (MATLAB 2017b)?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What is the difference between the two following commands:
find_system(gcs, 'LookUnderMasks', 'none', 'FollowLinks', 'on')
find_system(gcs, 'LookUnderMasks', 'off', 'FollowLinks', 'on')
MATLAB Help says for both values "Search skips masked subsystems". I tried both commands and the behavior is different but I don't understand the difference with respect to the description in the MATLAB Help. The different behavior I see is that with 'none' the function doesn't search inside linked libraries in some cases but with 'off' it does.
Is there a more detailed description of the behavior of these two values? In some cases I see a difference but the MATLAB Help doesn't explain that difference.
I'm using MATLAB 2017b but in e.g. 2022b the description of these two values in the MATLAB Help is the same, too.
Thank you!
3 commentaires
Fangjun Jiang
le 27 Jan 2023
"The different behavior I see is that with 'none' the function doesn't search inside linked libraries in some cases but with 'off' it does."
Can you provide an example to show the problem? 'none' or 'off' means the same for 'LookUnderMasks'.
Réponses (1)
Voir également
Catégories
En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!