Find: Simulink callbacks from where?

조회 수: 3 (최근 30일)
Leif
Leif 2013년 9월 18일
I've a model which calls a callback function, but I just can't find the exact block which calls for it.
Is there a way to find from where a callback is produced/requested ?
Thanks!
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2013년 9월 18일
Typically, if you set a breakpoint in the function and run gcb when it stops, it should tell you which block is calling the function.

댓글을 달려면 로그인하십시오.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 9월 18일
편집: Azzi Abdelmalek 2013년 9월 18일
Right click on your model, then choose model properties, you will find callbacks, look for Init or other callbacks
  댓글 수: 1
Leif
Leif 2013년 9월 18일
I couldn't find it there, that's why I'm asking. The same in block > properties > callbacks.
But the Model works definitely only with the callback function in workspace.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by