代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6247946
3x plot.3x
.\" SCCSID: @(#)plot.3x 3.1 11/24/87
.TH plot 3x
.SH Name
openpl, erase, label, line, circle, arc, move, cont, point, linemod, space, closepl, box, color, dot \- graphics interface
.SH Syntax
.nf
.B
www.eeworm.com/read/456224/6278798
m plot_any.m
% Chapter 2: Optimization with Matlab
% Dr. P.Venkataraman
% Example 1 (Sec 2.1- 2.2)
%
% graphical solution using matlab (two design variables)
% the following script should allow the graphical
www.eeworm.com/read/431771/6311866
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/431771/6311874
asv capacity_plot.asv
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/359185/6352567
m plot_process.m
function plot_process(mu)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% No outputs
h = findobj('UserData','mu');
if (~isempty(h)),
delete(h
www.eeworm.com/read/359185/6352576
m plot_scatter.m
function plot_scatter(plot_features, plot_targets, fig, color)
% Make a scatter plot of the data
% Inputs:
% plot_features - Data features
% plot_targets - Data targets
% fig - Optional figu
www.eeworm.com/read/493833/6391368
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/493833/6391380
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];
www.eeworm.com/read/493833/6391390
m plot_p.m
% remake figure 5.17
figure
load run5;plot(mean(Wx'), '--'); hold on
mu=rp.mu; n=1:5000;
a=-0.99; lambda=abs(a); Ew1=-a+a*(1-mu*lambda).^n;
a=0.99; lambda=abs(a); Ew2=-a+a*(1-mu*lambda).^n;
www.eeworm.com/read/493833/6391403
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);