How to lock the blocks made in Simulink?
3 visualizaciones (últimos 30 días)
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.
0 comentarios
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')
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!