Best way to protect intellectual property in a Simulink model?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mikael
am 6 Feb. 2015
Kommentiert: Mikael
am 10 Feb. 2015
Hello!
I have built a simulator for my employer which to a great deal is based on signals that we generate from a Simulink model. The question this morning was whether we could protect the model. The idea is to run most of the different programs (including the simulink model) though an exe-file, like a batch system, but this still leaves the simulink model completely in the open so the user just have to figure out some of the other programs, many of them freewares, and can then install them and set the conditions and start them in the correct order, bypassing the exe-file, and run the simulink model.
So which would be the best way to protect it?
//Mikael
0 Kommentare
Akzeptierte Antwort
Jason Moore
am 7 Feb. 2015
If you open the model then go to File -> Export Model to -> Protected Model. This menu will give you the option to only allow simulation, code generation, or make the model read only. This feature also gives the option of password protection on the file.
4 Kommentare
Jason Moore
am 9 Feb. 2015
By looking at the release notes it seems this functionality was added in R2011a. Are you using a newer version than R2011a?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Model Protection finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!