Multiple versions of matlab communicate with same figure window?
Ältere Kommentare anzeigen
Hi,
Is there any way for multiple instances of matlab to use the same figure handle for displaying data?
Basiclaly - i have several matlab scripts (that take a long time to run) that i would like to....(if possible)....use the same figure window for a progress bar.....that way....i can see how my scripts are progressing across multiple versions of matlab
any ideas?
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 16 Mär. 2011
1 Stimme
You could write the progress status of the different threads to one or several files, and read them by the main thread to display the progress bars.
There are nicer methods, but this is simple.
Kategorien
Mehr zu Software Development 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!