Code covered by the BSD License  

Highlights from
ncx, NetCDF eXplorer

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

Idle(theFigure)
function Idle(theFigure)

% Idle -- Set the arrow-cursor.
%  Idle(theFigure) sets the arrow-cursor in theFigure.
%   The companion routine is "Busy".
 
% 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', 'arrow');

Contact us at files@mathworks.com