Creating Locked / Protected Models in Simulink

This file provides a step-by-step approach for creating a protected model block in simulink.
ダウンロード: 444
更新 2013/11/22

ライセンスの表示

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

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersModel Composition and Reuse についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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