Model Obfuscation tool

Model Obfuscation tool
589 Downloads
Updated Wed, 02 Mar 2016 17:42:12 +0000

View License

Editor's Note: 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

Cite As

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

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Stateflow in Help Center and MATLAB Answers

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/

Version Published Release Notes
1.1.0.0

Address struct variable and fix a bug

1.0.0.0