Model Obfuscation tool

版本 1.1.0.0 (474.3 KB) 作者: Atsushi Ohashi
Model Obfuscation tool
601.0 次下载
更新时间 2016/3/2

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

This tool converts object names in Simulink to a meaningless name such as m0001, m0002.
The following objects will be converted with this tool:
- Block name: converting block name
- Signal label: converting signal label
- From/Goto tag: converting tag name
- Data Store Memory: labe of DSM/DSR/DSW
- Bus: corresponding between bus setting and signal label
- Stateflow: converting data name, state name, other objects
- Annotation/Description: converting random string for annotataion, deleting descriptions
- Model Reference: including reference model as target of conversion
- Variable: Utilized varialbes in model are converted meaningless name with variable name in workspace

引用格式

Atsushi Ohashi (2024). Model Obfuscation tool (https://www.mathworks.com/matlabcentral/fileexchange/54359-model-obfuscation-tool), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Stateflow 的更多信息

Community Treasure Hunt

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

Start Hunting!

ModelObfuscationTool/

ModelObfuscationTool/@ModelInfoMapping/

ModelObfuscationTool/@StringConvert/

ModelObfuscationTool/doc_en/

ModelObfuscationTool/install_uninstall/

ModelObfuscationTool/ja/doc_ja/

ModelObfuscationTool/private/

版本 已发布 发行说明
1.1.0.0

Address struct variable and fix a bug

1.0.0.0