📄 getarrowslice.m
字号:
function [a, s]=getarrowslice% Return the Arrow and Slice based on the GCO% Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc if isempty(getappdata(gco,'controlarrow')) && ... isempty(getappdata(gco,'isosurface')) a = gco; s = getappdata(a,'arrowslice'); if isempty(s) s=getappdata(a,'arrowiso'); end else s = gco; if ~isempty(getappdata(s,'isosurface')) s=getappdata(s,'isosurface'); end a = getappdata(s,'controlarrow'); end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -