How to lock the blocks made in Simulink?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am using MATLAB/Simulink 2017a, i would like to know if we can lock the blocks made in Simulink.
0 Commenti
Risposte (1)
Vishal Gaur
il 1 Lug 2020
Hi, Divyesh Arora,
You can use set_param to lock Simulink Blocks.
set_param('lbi_name','Lock','on')
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!