📄 prevertex.m
字号:
function z = prevertex(M)
%PREVERTEX Extract a vector of the prevertices of an S-C map.
% Copyright 1998 by Toby Driscoll.
% $Id: prevertex.m 23 1998-05-13 23:29:29Z tad $
tmp = parameters(M);
if strmatch('prevertex',fieldnames(tmp))
z = tmp.prevertex;
else
msg = sprintf('Prevertices not defined for map of class %s\n',class(M));
error(msg)
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -