Modell Callbacks (e.g. PreLoadFcn, InitFcn) not performed in Matlab 2016b
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello, in Matlab 2016b my model callbacks are not performed correctly any longer. Code that worked properly in a former Matlab version, for example "disp('test')" or "clear all", is not carried out when beeing called in the InitFcn in Matlab 2016.
Thank you very much! BR Robin
댓글 수: 0
답변 (1개)
Kushagr Gupta
2017년 6월 9일
The commands mentioned should definitely work in R2016b in all kinds of callbacks as and when those callbacks are executed.
As they are not in your case , I recommend to create a Technical Support Case as this would take some additional debugging to figure out where the issue is.
참고 항목
카테고리
Help Center 및 File Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!