help_saving.m
来自「一些制作正交曲线网格的matlab源程序」· M 代码 · 共 25 行
M
25 行
function help_saving(self)%% 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. Such a saved file can% be loaded back into SeaGrid.%% 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:42:41.seagrid_helpdlg(help(mfilename), 'SeaGrid Saving')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?