Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
How to stop/delay execution for specified time in matlab function block in simulink

Risposte (3)

Azzi Abdelmalek
Azzi Abdelmalek il 3 Apr 2016

Nirav Joshi
Nirav Joshi il 27 Set 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 il 15 Dic 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 Commento
Madhu Govindarajan
Madhu Govindarajan il 18 Dic 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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by