代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/298649/7947814
m opt_plot.m
% opt_plot : For generating a plot of optimum T1,T2 for
% varying values of CAF1 (for 2 CSTR)
clear all
T10=341;
T20=341;
options=foptions;
%options(1)=1;
%options(14)=
dQ
www.eeworm.com/read/298625/7949127
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/298615/7949332
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/298611/7949529
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/197958/7960965
m plot3.m
%空间曲线图
% PLOT3(x,y,z,s)其中x,y,z为向量,每一组分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%例如 曲线x=exp(-0.2*z)*cos(0.5*pi*z),y=exp(-0.2*z)*sin(0.5*pi*z), 0
www.eeworm.com/read/197797/7969997
m func_plot.m
% function function_plot
% clear;close all
global initial_flag
% Xmin=[-100,-100,-100,-100,-100,-100,0,-32,-5,-5,-0.5,-pi,-3,-100,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,2];
% Xmax=[100,100,100,100,100,10
www.eeworm.com/read/197686/7976141
gp plot_cov.gp
set terminal postscript eps
set size 1, 0.8
set xlabel "Time Scale (Second)"
set ylabel "Coefficient of Variation"
set key right top
set xrange [0:7]
set yrange [0:0.6]
set xtics ("1" 1, "5" 2, "10
www.eeworm.com/read/197686/7976144
gp plot_th.gp
set terminal postscript eps
set output "th.eps"
set size 1, 0.8
set xlabel "Simulation Time (Seconds)"
set ylabel "Throughput (Mbps)"
set key left top
set xrange [0:500]
set yrange [0:1000]
plot "t
www.eeworm.com/read/197686/7976148
gp plot_cwnd.gp
set terminal postscript eps
set output "cwnd.eps"
set size 1, 0.8
set xlabel "Simulation Time (Seconds)"
set ylabel "CWnd (Packets)"
set key left top
set xrange [0:500]
set yrange [0:30000]
plot "c
www.eeworm.com/read/197686/7976157
sh plot_stability.sh
#!/bin/tcsh
mkdir fig
#CUBIC
cd 500-2500-10-1-$1-13-4-100-4-3-1
../grep_th
gnuplot < ../plot_th.gp
cp th.eps ../fig/stability_th_cubic_$1.eps
gnuplot < ../plot_cwnd.gp
cp cwnd.eps ../fig/stability_