How to change the solver settings for embedded coder? and what basis matlab calculates solver time for if the setting is auto ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
We generated the matlab simulink model and running on TI board with embedded coder. The solver settings are in auto but after some experments we found that it runs at 100 ms .
I wanan know how this 100ms arrived from matlab?
if i want to run all the state machines in simulink at 100ms, then what should i do?
0 comentarios
Respuestas (1)
Rohit Kulkarni
el 30 de Ag. de 2023
Hi @Elecronics
In my understanding you want to know how MATLAB selects a step-size when the fixed-step size is in "auto" option.
There are various rules which determine how the software selects the appropriate step size.
You can find the rules given in the documentation in following link:
If you want to run all the state machines in Simulink at 100 ms, then set the Fixed-step size to 0.1
Hope it helps!
0 comentarios
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!