📄 diskmap.m
字号:
function M = diskmap(M)
%DISKMAP Convert generic Schwarz-Christoffel map object to disk map.
% DISKMAP(M) creates a diskmap object based on the polygon and
% options contained in M.
%
% See the DISKMAP class documentation.
% Copyright 1998 by Toby Driscoll.
% $Id: diskmap.m 7 1998-05-10 04:37:19Z tad $
M = diskmap(M.polygon,M.options);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -