unlockaxes.sci
来自「小波分解源代码」· SCI 代码 · 共 16 行
SCI
16 行
function UnlockAxes
// UnlockAxes -- Version-independent axis command
// Usage
// UnlockAxes
//
// Side Effects
// Cancels the *hold* side effect of LockAxes using a method
// which works under both v3.5 and v4.0 of MATLAB.
//
// Copyright Aldo I Maalouf
xset("auto clear","on");//hold off;
endfunction
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?