⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comb.m

📁 文件中包含"基于计算机的信号处理实践"这本书所有的程序代码,是基于MATLAB环境下开发的,使用者可根据自已的需要,改改!
💻 M
字号:
function comb(x, y, linetype)%COMB   Plot discrete-time sequence data.%----%   COMB(Y) plots the data sequence Y as stems from the x-axis%           terminated with circles for the data value.%   COMB(X,Y) plots the data sequence Y at the values%              specfied in X.%   COMB(X,Y,'-.') or COMB(Y,':').%             The optional final string argument specifies%              a line-type for the stems of the data sequence.%*** This is a Mathworks M-file. It has been  ******%***   RENAMED TO stem( ) in MATLAB Ver 4.0   ******stem( x, y, linetype );   %<-- just call the new function

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -