How to lock the blocks made in Simulink?
Mostrar comentarios más antiguos
I am using MATLAB/Simulink 2017a, i would like to know if we can lock the blocks made in Simulink.
Respuestas (1)
Vishal Gaur
el 1 de Jul. de 2020
Hi, Divyesh Arora,
You can use set_param to lock Simulink Blocks.
set_param('lbi_name','Lock','on')
Categorías
Más información sobre Modeling en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!