help_setup_dialog.m

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

M
27
字号
function help_setup_dialog(self)%    The SeaGrid "Setup" dialog can be displayed by% selecting the "View/Setup..." menu item.  The dialog% offers selectors for the map projection (default =% "Mercator"); geographic bounds (optional; % defaults = []); the number of cells along edges #1% and #2 of the grid (defaults = 10); the depth range% (defaults = [0 Inf]); the end-condition for the cubic% splines that are used throughout SeaGrid (default =% "end-slope flag on"); and whether or not to invoke% Mex-files (default = "yes").%    SeaGrid always performs a full update whenever% the dialog is accepted via its "Okay" button.  No% update is performed if the dialog is dismissed via% its 'Cancel" button or "go-away" box. % 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 27-Dec-1999 06:42:00.% Updated    27-Dec-1999 06:42:00.helpdlg(help(mfilename), 'SeaGrid Setup Dialog')

⌨️ 快捷键说明

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