Clear Filters
Clear Filters

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

2 views (last 30 days)
How to stop/delay execution for specified time in matlab function block in simulink

Answers (3)

Azzi Abdelmalek
Azzi Abdelmalek on 3 Apr 2016

Nirav Joshi
Nirav Joshi on 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 on 15 Dec 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 Comment
Madhu Govindarajan
Madhu Govindarajan on 18 Dec 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!