代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/456193/7354974
bmp plot_zoomx.bmp
www.eeworm.com/read/456193/7354977
bmp plot_linep.bmp
www.eeworm.com/read/456193/7354979
bmp plot_meta.bmp
www.eeworm.com/read/456193/7354996
bmp plot_arrowdown.bmp
www.eeworm.com/read/456193/7355002
bmp plot_axesxy.bmp
www.eeworm.com/read/455746/7366433
m plot_pot.m
function c=plot_pot(potres),
%Menu dirven plotting facility for POT fit
%
% USAGE: c=plot_pot(potres)
%
%respot: Structure obtained from a former GPD fit i.e. resgpd=gpd(...)
clf;
rawdata=pot
www.eeworm.com/read/455746/7366440
m plot_gev.m
function c=plot_gev(gevres),
%Menu driven plotting facility for GEV distribution fit
%
% USAGE: plot_gev(gevres)
%
%gevres: Structure obtained from a former GEV fit i.e. gevres=gev(...)
%
resid
www.eeworm.com/read/455746/7366460
m plot_gpd.m
function out=plot_gpd(resgpd),
%Menu driven plotting facility for GPD fit
%
% USAGE: out=plot_gpd(gpdres)
%
%resgpd: Structure obtained from a former GPD fit i.e. resgpd=gpd(...)
data=resgpd.d
www.eeworm.com/read/454559/7387346
m plot_mvdr.m
function plot_mvdr(name)
eval(['load ' name]);
% test vectors for spatially sampled response
W_H = conj(W(Ndata, :));
st = -1 : 0.025 : 1;
est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/454559/7387359
m make_plot.m
function make_plot(v, w, rp, Nlevs, xlim, ylim, str1, str2)
% function make_plot(w, v, rp, Nlevs, xlim, ylim)
r0 = 1;
r1 = -(rp.a1/(1+rp.a2));
R = [r0 r1; r1 r0];
wo = [-rp.a1; -rp.a2];