How to interact with model configuration parameters using script
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Avirneni Pavan Kumar
il 17 Gen 2023
Commentato: Avirneni Pavan Kumar
il 19 Gen 2023
I need to change the settings of detect overflow from error to warning.
I can do so manually by going into model configuration parameters > Set Diagnostics > Data Validity > Detect overflow to warning.
But how can i change it through matlab script ?
I have set of paramters needs to be changed directly through script rather than doing manually.
0 Commenti
Risposta accettata
Fangjun Jiang
il 18 Gen 2023
vdp;
get_param('vdp','ParameterOverflowMsg');
set_param('vdp','ParameterOverflowMsg','warning')
web(fullfile(docroot, 'simulink/gui/diagnostics-pane-data-validity.html'))
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Configure and View Diagnostics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!