tfpm_plot_roots.m

来自「用于模拟时变非平稳的ARMA过程」· M 代码 · 共 13 行

M
13
字号
function tfpm_plot_roots(Cmn, maxreal, maximag, symb)% function tfpm_plot_roots(Cmn, maxreal, maximag, symb)%   This file is part of the TFPM toolbox v0.9 (c)%   michael.jachan@tuwien.ac.at and underlies the GPL.% hold onplot(Cmn+j*eps*ones(size(Cmn)), symb);n= -50:50;theta= 2*n/100*pi;plot(sin(theta), cos(theta)) axis([-1.9*maxreal 1.9*maxreal -1.5*maximag 1.5*maximag])

⌨️ 快捷键说明

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