📄 tfpm_plot_roots.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -