Accessing handle graphics from within Fortran mexfunction
Ältere Kommentare anzeigen
Can you access Matlab's handle graphics from within a Fortran mexFunction? I see that there are mexSet and mexGet functions; however, they appear to apply only for C mexFunctions.
Thanks a million, Bill
Akzeptierte Antwort
Weitere Antworten (1)
James Tursa
am 15 Aug. 2011
0 Stimmen
You can get Fortran versions of mexGet and mexSet in my Fortran 95 interface package, which can be found here:
They work the same as their C counterparts. You can also find a lot of other useful functions & utilities in this package, many of which are not available in the C API.
1 Kommentar
Otis
am 15 Aug. 2011
Kategorien
Mehr zu Fortran with 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!