You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% This function provides help information for the DatasetName mbnms.mat.
%
% Description: A dataset containing the latitudes and longitudes of a polygon
% that define boundaries of the Monterey Bay National Marine Sanctuary.
%
% Format:
% - Variable1: Longitude of track on (-180, 180)
% - Variable2: Latitude of track
%
% Example usage:
% data = load('mbnms.mat');
% disp(data);
disp('Description: A dataset containing the latitudes and longitudes of a polygon that define boundaries of the Monterey Bay National Marine Sanctuary.');