Borrar filtros
Borrar filtros

How to stop/delay execution for specified time in matlab function block in simulink

2 visualizaciones (últimos 30 días)
How to stop/delay execution for specified time in matlab function block in simulink

Respuestas (3)

Azzi Abdelmalek
Azzi Abdelmalek el 3 de Abr. de 2016

Nirav Joshi
Nirav Joshi el 27 de Sept. de 2017
I also have the same question. I tried to use pause() command in SIMULINK's MATLAB Function block but it came up with an error message that Pause() is only supported in MATLAB Environment while generating embedded code. so please let me know if anyone finds solution or workaround for it.

KORKMAZ
KORKMAZ el 15 de Dic. de 2017
I have same problem. I want to delay my code in Simulink 'MATLAB Function' like Arduino delay code. But I can't do that.
  1 comentario
Madhu Govindarajan
Madhu Govindarajan el 18 de Dic. de 2017
Would changing the sample time help address the issue for you? Because when I was building a block to bring in data from an Ultrasonic sensor all I did was to slow the sampling time appropriately instead of using the delay and it worked perfectly fine.
Maybe posting more context and asking it as a separate question might help get the accurate answer.

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by