Code covered by the BSD License  

Highlights from
ncx, NetCDF eXplorer

image thumbnail
from ncx, NetCDF eXplorer by M MA
Interface for NetCDF visualisation

Busy(theFigure)
function Busy(theFigure)

% Busy -- Set the watch-cursor.
%  Busy(theFigure) sets the watch-cursor in theFigure.
%   The companion routine is "Idle".
 
% Copyright (C) 1996 Dr. Charles R. Denham, ZYDECO.
% All Rights Reserved.

if ~any(findobj('Type', 'figure')), return, end

if nargin < 1
   theFigure = gcf;
end

set(theFigure, 'Pointer', 'watch');

Contact us at files@mathworks.com