isfield.sci.svn-base
来自「toolbox median filter You need to down」· SVN-BASE 代码 · 共 14 行
SVN-BASE
14 行
function r = isfield(options, f)// isfield - emulation of isfield//// r = isfield(options, f);//// test if options.f exists.//// Copyright (c) 2008 Gabriel Peyrer = getfield(1,options);r = or(r(3:$)==f);endfunction
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?