Creating Locked / Protected Models in Simulink

This file provides a step-by-step approach for creating a protected model block in simulink.
444 Downloads
Updated 22 Nov 2013

View License

This file provides a step-by-step procedure that can be used for creating such mathematical models that can be made hidden, that is, one may protect his/her intellectual property and hide his/her algorithm inside a protected block

Cite As

sofia yousuf (2024). Creating Locked / Protected Models in Simulink (https://www.mathworks.com/matlabcentral/fileexchange/44405-creating-locked-protected-models-in-simulink), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

change 'mysystem' to 'myalgorithm' in the command :

[harnessHandle , NeededVars]= Simulink.ReferenceModel.protect('mysystem','Path','C:\Desktop\myfiles','Harness',true)

1.0.0.0