help_io.m

来自「任意边界结构正交曲线网格生成程序」· M 代码 · 共 37 行

M
37
字号
function help_io(self)%    Coastline data consist of counter-clockwise closed contours,% separated by NaNs. The geographic positions must be stored in a% Matlab mat-file, using the variable names "lon" and "lat", in degrees.% The current coastline data can be replaced at any time, using the% "SeaGrid/Load/Coastline" menu item.%%    Bathymetric data consist of arrays of points, stored in a mat-file% under the names "xbathy", "ybathy", and "zbathy", corresponding to% longitude, latitude (both degrees), and positive depth (arbitrary% units), respectively.  The current bathymetric data can be replaced% at any time, using "SeaGrid/Load/Bathymetry".%%    The current SeaGrid gridwork can be saved to a mat-file, using the% "SeaGrid/Save" or "SeaGrid/Save As" menu item, then later retrieved% with "Seagrid/Load" or "SeaGrid/Revert To Saved".  The grid and its% associated data are stored in a Matlab "struct" named "s".  For an% M-by-N grid, the grid-corners occupy an (M+1)-by-(N+1) array, while% the gridded bathymetry and mask are stored as M-by-N arrays,% corresponding to the grid-cell centers.% %%    To convert a SeaGrid file to Ecom or Scrum format, use the% "seagrid2ecom" or "seagrid2scrum" routines.  See their respective% "help" entries. % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.%  All Rights Reserved.%   Disclosure without explicit written consent from the%    copyright owner does not constitute publication. % Version of 25-May-1999 16:27:20.% Updated    03-Apr-2000 11:50:02.seagrid_helpdlg(help(mfilename), 'SeaGrid Input/Output')

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?