How to set the Diagnostics: Automatic Solver Parameter Selection to none using Matlab work space.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sandy
el 2 de Jul. de 2015
Comentada: Sandy
el 7 de Jul. de 2015
Hi Support Team,
Can you please explain how I can set 'Diagnostic: Automatic Solver Parameter Selection to none in m file.
I have tried set_param('Coffee_Maker_05','Solver','ode15s','SaveOutput','off','SaveTime','off', 'Automatic Solver Parameter Selection','none') but its giving following error: * %set_param('Coffee_Maker_05','Solver','ode15s','SaveOutput','off','SaveTime','off') set_param('Coffee_Maker_05','Solver','ode15s','SaveOutput','off','SaveTime','off', 'Automatic Solver Parameter Selection','none') Warning: Using a default value of 3.6 for maximum step size. The simulation step size will be equal to or less than this value. You can disable this diagnostic by setting 'Automatic solver parameter selection' diagnostic to 'none' in the Diagnostics page of the configuration parameters dialog block_diagram does not have a parameter named 'Automatic Solver Parameter Selection' **
0 comentarios
Respuesta aceptada
Sebastian Castro
el 2 de Jul. de 2015
I believe this is the command:
set_param(sysName,'SolverPrmCheckMsg','none');
In general, you can right-click the option name in the Configuration Parameters dialog and select "What's this?" In the dialog that opens up, you'll see a table with the command-line parameter name and its allowable options.
- Sebastian
Más respuestas (0)
Ver también
Categorías
Más información sobre 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!