seagrid_test.m

来自「一些制作正交曲线网格的matlab源程序」· M 代码 · 共 27 行

M
27
字号
function seagrid_demo% seagrid_demo -- Demo of "seagrid" facility. % 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 28-Apr-1999 13:10:18.% Updated    24-Jul-2000 13:26:43.clear allsgcd test_datatheCoastline = which('amazon_coast.mat')theBathymetry = which('amazon_bathy.mat')cd ..self = seagrid(theCoastline, theBathymetry)assignin('base', 'self', self)

⌨️ 快捷键说明

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