필터 지우기
필터 지우기

How to get the handle of Stateflow window

조회 수: 4 (최근 30일)
Vishnu Nair
Vishnu Nair 2015년 4월 21일
답변: Vishnu Nair 2015년 4월 21일
I want all the callback functions in the stateflow editor or gui operations.Is it possible using stateflow window handle?if it is possible how is it?

답변 (2개)

Njele Eric
Njele Eric 2015년 4월 21일

Vishnu Nair
Vishnu Nair 2015년 4월 21일
HI Njele, Thank you, I have gone through those links.It gives me details about the stateflow object API and its properties and methods.I guess stateflow or simulink window frame is made by Java components.I got handle of the matlab window using these commands
>>jDesktop=com.mathworks.mde.desk.MLDesktop.getInstance; >>hg=findobj(jDesktop);
if you try get(hg),you can see all the callback functions.Similarly is there any possibility for getting handle Stateflow window?

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by