Use (block) handles within Java
Ältere Kommentare anzeigen
Hello everybody,
I want to read the information of a simulink model in java. So far, everything is straightforward except for the connectors between the the blocks and ports. If i call get_param for 'PortConnectivity' I get a value 13.0010 for the DstBlock. This seems to be the id of the handler. Is it possible to work with this id, for e.g.
get_param(13.0010, 'Name')
This is important to use the handles in java.
I am thankful for any help.
Greets
Akzeptierte Antwort
Weitere Antworten (1)
ptrash
am 23 Nov. 2011
0 Stimmen
Kategorien
Mehr zu Call Java from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!