?? 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 + -