Code covered by the BSD License  

Highlights from
choose_profile_limits

image thumbnail
from choose_profile_limits by Kevin Bartlett
Allows user to choose limits of oceanographic profile (e.g., CTD cast)

skip_control_callback()
function [] = skip_control_callback()
%
% skip_control_callback.m--Callback for "Skip" button.
%
% Syntax: skip_control_callback

% Developed in Matlab 7.0.1.24704 (R14) Service Pack 1 on GLNX86.
% Kevin Bartlett (kpb@uvic.ca), 2006-03-20 15:09
%-------------------------------------------------------------------------

setappdata(gcbf,'profileLimits',[NaN NaN]);
%close(gcf);
uiresume(gcbf);

Contact us at files@mathworks.com