Azzera filtri
Azzera filtri

How to get the handle of Stateflow window

4 visualizzazioni (ultimi 30 giorni)
Vishnu Nair
Vishnu Nair il 21 Apr 2015
Risposto: Vishnu Nair il 21 Apr 2015
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?

Risposte (2)

Njele Eric
Njele Eric il 21 Apr 2015

Vishnu Nair
Vishnu Nair il 21 Apr 2015
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?

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by