Model Obfuscation tool

Model Obfuscation tool
606 téléchargements
Mise à jour 2 mars 2016

Afficher la licence

Note de l’éditeur : 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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Stateflow dans Help Center et 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 Publié le Notes de version
1.1.0.0

Address struct variable and fix a bug

1.0.0.0