How to interact with model configuration parameters using script
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Avirneni Pavan Kumar
el 17 de En. de 2023
Comentada: Avirneni Pavan Kumar
el 19 de En. de 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 comentarios
Respuesta aceptada
Fangjun Jiang
el 18 de En. de 2023
vdp;
get_param('vdp','ParameterOverflowMsg');
set_param('vdp','ParameterOverflowMsg','warning')
web(fullfile(docroot, 'simulink/gui/diagnostics-pane-data-validity.html'))
Más respuestas (0)
Ver también
Categorías
Más información sobre Configure and View Diagnostics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!