Clear Filters
Clear Filters

Breakpoint in Simulink MATLAB function block not working

17 views (last 30 days)
I add a breakpoint to the code in my MATLAB function block in Simulink. I am running Simulink from a script using sim and it does not stop at the breakpoint. It is running the function because Simulink errors are being generated from functions called by the function block.

Accepted Answer

Scott
Scott on 13 Nov 2023
I tried a breakpoint in a similar model and it worked. I then realized that the function is not running; my Simulink error is a coder error.

More Answers (1)

Fangjun Jiang
Fangjun Jiang on 13 Nov 2023

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!