semilogx.m
来自「Matsig is an object-oriented signal clas」· M 代码 · 共 11 行
M
11 行
function varargout = semilogx(s,varargin)% note that the implementation of plot is VERY incomplete.% $Id: semilogx.m 3 2004-02-04 12:57:04Z mairas $h = semilogx(s.frequency.f,s.s,varargin{:});if nargout varargout{1} = h;end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?