📄 mvnyq.m
字号:
function mvnyq(w,f,index)
%MVNYQ Plot Multi-Variable Nyquist diagram.
% MVNYQ(W,F,INDEX) plots the elements of the MVFR
% matrix, F, specified by INDEX on a Nyquist diagram
% and marks the plots with the frequency points.
%
% INDEX is an optional argument which is a two
% column matrix whose rows specify the elements
% of F to be plotted.
% If INDEX is missing all the elements are plotted.
%
% See also MKNYQ,MVBODE,MVNIC,PLOTNYQ
% Dr M.P. Ford 4th August 1987
% Copyright (c) 1987 by GEC Engineering Research Centre & Cambridge Control Ltd
if nargin == 3
f=fget(w,f,index);
else
f=fget(w,f);
end
plotnyq(f)
mknyq(f,w)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -