Does the progress bar work correctly when working with rapid accelerator mode and sim command?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yaakoub Ben Romdhane
el 16 de Mayo de 2017
Respondida: Saurabh
el 20 de Nov. de 2024 a las 10:57
I have a progress bar that work in normal, accelerator and rapid accelerator mode when using the simulation button. But it work when using sim command only in normal and accelerator mode. The problem is that I want to see progression of simulation in rapid accelerator mode when using sim command.
Start simulation with this command:
set_param(mdl,'SimulationCommand','start')
0 comentarios
Respuestas (1)
Saurabh
el 20 de Nov. de 2024 a las 10:57
In rapid accelerator mode, this behavior might be intentional to prevent a loss of performance. I recommend trying the Simulink Waitbar example available on the File Exchange. You can find more information about this function here:.
Additionally, you can explore similar discussion threads here:
I hope this helps.
0 comentarios
Ver también
Categorías
Más información sobre Dialog Boxes 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!