options.m

来自「computation of conformal maps to polygon」· M 代码 · 共 8 行

M
8
字号
function opt = options(M)
%OPTIONS Returns an options structure for the given SC map.

%   Copyright 2003 by Toby Driscoll.
%   $Id: options.m 238 2003-01-15 15:49:10Z driscoll $

opt = M.options;

⌨️ 快捷键说明

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