matlab function block querry

1 view (last 30 days)
Akshay Math
Akshay Math on 7 Feb 2020
Commented: Walter Roberson on 7 Feb 2020
Sir i am using matlab function block and i want to terminate my execution when undesirable results are prouduced can u please tell the syntax or code just like exit is used in c programming

Answers (2)

Bhaskar R
Bhaskar R on 7 Feb 2020
Edited: Bhaskar R on 7 Feb 2020
Use command exit or quit
  1 Comment
Akshay Math
Akshay Math on 7 Feb 2020
Function 'quit' is not supported for code generation and the coder.extrinsic directive cannot be applied to 'quit'. Rewrite your code so it does not use 'quit'.
i am getting this error

Sign in to comment.


Walter Roberson
Walter Roberson on 7 Feb 2020
https://www.mathworks.com/help/simulink/slref/stopsimulation.html
You could emit an output which indicates whether to stop and connect to a Stop Simulation block

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!