Prev: rotation matrix in 3D
Next: ggreta
From: Audric on 6 Jul 2010 05:42 Hi, I would like to know if it is possible to actualise the Matlab GUI windows faster when a computation is running. Indeed, after leaving a GUI window, it is not possible to watch this "full" window directly when we click back on it (when computation is running). It is the same with figures designed by Mathwork, like waitbar. Is there anything that could solve this? Thank you
From: Steven Lord on 6 Jul 2010 09:21 "Audric " <audricdebaisieux(a)gmail.com> wrote in message news:i0utpd$n19$1(a)fred.mathworks.com... > Hi, > > I would like to know if it is possible to actualise the Matlab GUI windows > faster when a computation is running. Indeed, after leaving a GUI window, > it is not possible to watch this "full" window directly when we click back > on it (when computation is running). > It is the same with figures designed by Mathwork, like waitbar. > Is there anything that could solve this? Use DRAWNOW in your code to give MATLAB a chance to process the event queue (and redraw graphics objects that need to be redrawn.) -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
Pages: 1 Prev: rotation matrix in 3D Next: ggreta |