Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
How to stop/delay execution for specified time in matlab function block in simulink

Antworten (3)

Azzi Abdelmalek
Azzi Abdelmalek am 3 Apr. 2016

Nirav Joshi
Nirav Joshi am 27 Sep. 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 am 15 Dez. 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 Kommentar
Madhu Govindarajan
Madhu Govindarajan am 18 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by