How to get used Matlab Workspace variables within Simulink model
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi there, I have a huge model as legacy knowledge. The model uses about 150 WS variables, but the ini scripts are delivering more than 300. Is there an automatic way to sort out which WS variables the model uses?
Thanks
Nikolay
2 Commenti
Santosh Gnanasekaran
il 23 Mag 2019
If you have followed a specific pattern of names for parameters, then you can write a script to search and extract all the parameters from the model and then compare it with ini scripts.
Risposta accettata
Più risposte (1)
Fangjun Jiang
il 23 Mag 2019
Simulink Data Dictionary has the capability. You can migrate your workspace variables to a Simulink Data Dictionary. When you do the migration, it only migrates the variables that are used by the model. It will ask you whenther to clear those variables (that has been migrated to a SLDD) from the workspace. If you answer "Yes", then you will be left with a list of variables in the workspace that are not used by the model.
In your Simulink model, click File, Model Properties, Link to Data Dictionary,
0 Commenti
Vedere anche
Categorie
Scopri di più su Naming Conventions in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!