代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/451345/7466924
asv output.asv
%%利用模型生成X(k),y(k)
R1=1;
R2=1;
e=randn(1,3000);
e=e/std(e);
e=e-mean(e);
a=0;
b=sqrt(R1);
e=a+b*e;
z=randn(1,3000);
z=z/std(z);
z=z-mean(z);
c=0;
d=sqrt(R2);
z=c+d*z;
x=cell(1,30
www.eeworm.com/read/450258/7486673
dem arrowstyle.dem
#
# $Id: arrowstyle.dem,v 1.2 2003/07/03 00:13:29 sfeam Exp $
#
#
set xrange [-1000:1000]
set yrange [-178:86]
set style line 1 lt 1 lw 2
set style line 2 lt 3 lw 2
set style arrow 1 head filled siz
www.eeworm.com/read/450258/7486682
dem simple.dem
#
# $Id: simple.dem,v 1.3 1999/10/17 19:17:00 lhecking Exp $
#
# Requires data files "[123].dat" from this directory,
# so change current working directory to this directory before running.
# gnuplot>
www.eeworm.com/read/450258/7486697
dem timedat.dem
#
# $Id: timedat.dem,v 1.7 2003/10/28 05:35:54 sfeam Exp $
#
set title "Fsteps plot\nwith date and time as x-values"
set style data fsteps
set xlabel "Date\nTime"
set timefmt "%d/%m/%y\t%H%M"
set yra
www.eeworm.com/read/450258/7486710
dem fit.dem
#
# $Id: fit.dem,v 1.4 2000/11/23 18:19:12 lhecking Exp $
#
print "Some examples how data fitting using nonlinear least squares fit"
print "can be done."
print ""
pause -1 "first plotting the pure da
www.eeworm.com/read/450258/7486722
dem polar.dem
#
# $Id: polar.dem,v 1.6 2004/01/13 07:01:10 sfeam Exp $
#
# Show some of the new polar capabilities.
#
unset border
set clip
set polar
set xtics axis nomirror
set ytics axis nomirror
set samples 160
www.eeworm.com/read/450258/7486726
dem fillcrvs.dem
#
# $Id: fillcrvs.dem,v 1.3 2003/10/28 05:35:54 sfeam Exp $
#
### Demo for 'with filledcurves'
reset
set title
set key outside
set title "plot with filledcurve [options]"
plot [-10:10] [-5:3] \
1.5
www.eeworm.com/read/450258/7486741
dem steps.dem
#
# $Id: steps.dem,v 1.5 2003/10/17 15:02:21 mikulik Exp $
#
# This file will serve as the datafile used in demonstrating the
# "plot with steps" option. Here is a gnuplot input file
# which uses "
www.eeworm.com/read/449771/7496805
m xlinpred.m
% LinPred.m
% Linear prediction.
% 用NEWLIND设()计一个线性网络,用SIM()对此线性网络进行仿真。
% 网络利用过去五个信号值可以对下一个信号进行预测。
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China U
www.eeworm.com/read/449744/7497445
m rbfnapproximation.m
% ==========================================================
%
% Neural Networks A Classroom Approach
% Satish Kumar
% Copyright Tata McGraw Hill, 2004