代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/450258/7486743
readme
This tutorial is
LaTeX and the Gnuplot Plotting Program
Authors:
David Kotz
Principal author of this tutorial for gnuplot 3.0, July 3, 1991
current gnuplot team
Updates of
www.eeworm.com/read/431675/8661742
m gridsize.m
%GRIDSIZE Set gridsize used in the PRTools plot commands
%
% gridsize(n)
%
% The default gridsize is 30, enabling fast plotting. This is,
% however, insufficient for accurate plotting. A gridsize of
%
www.eeworm.com/read/284304/8947351
txt 08-06.txt
% plot N(0,1),N(0,2),N(0,3) by plotting a matrix
clear;
x=[-3:0.2:3]';
for i=1:3
y(:,i)=1/sqrt(2*pi*i)*exp(-1/(2*i)*x.^2);
end
plot(y);
www.eeworm.com/read/357617/10204966
txt 09-06.txt
% plot N(0,1),N(0,2),N(0,3) by plotting a matrix
clear;
x=[-3:0.2:3]';
for i=1:3
y(:,i)=1/sqrt(2*pi*i)*exp(-1/(2*i)*x.^2);
end
plot(y);
www.eeworm.com/read/418695/10935199
m gridsize.m
%GRIDSIZE Set gridsize used in the PRTools plot commands
%
% gridsize(n)
%
% The default gridsize is 30, enabling fast plotting. This is,
% however, insufficient for accurate plotting. A gridsize of
%
www.eeworm.com/read/417309/10996112
txt 09-06.txt
% plot N(0,1),N(0,2),N(0,3) by plotting a matrix
clear;
x=[-3:0.2:3]';
for i=1:3
y(:,i)=1/sqrt(2*pi*i)*exp(-1/(2*i)*x.^2);
end
plot(y);
www.eeworm.com/read/397102/8068000
m gridsize.m
%GRIDSIZE Set gridsize used in the PRTools plot commands
%
% gridsize(n)
%
% The default gridsize is 30, enabling fast plotting. This is,
% however, insufficient for accurate plotting. A gridsize of
%
www.eeworm.com/read/246807/12703582
txt winplt.txt
winplt.zip contents
--------------------------------------------------------
winplt.txt - overview
winplt.m - source code for the windows display tool
plt.p - plotting function used by w
www.eeworm.com/read/117387/6103558
java shapefactory.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/114835/6122014
java shapefactory.java
/* ======================================
* JFreeChart : a free Java chart library
* ======================================
*
* Project Info: http://www.jfree.org/jfreechart/index.html
* Pr