matlab function block querry

1 次查看(过去 30 天)
Akshay Math
Akshay Math 2020-2-7
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

回答(2 个)

Bhaskar R
Bhaskar R 2020-2-7
编辑:Bhaskar R 2020-2-7
Use command exit or quit
  1 个评论
Akshay Math
Akshay Math 2020-2-7
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

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2020-2-7
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

类别

Help CenterFile Exchange 中查找有关 Schedule Model Components 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by