代码搜索:plotter
找到约 417 项符合「plotter」的源代码
代码结果 417
www.eeworm.com/read/334935/12560898
m wp.m
function peak_to_peak = wp(x, scale)
%WP multi-channel waveform plotter
%--
% usage: wp(X)
%
% plots the waveforms in the signal matrix X(time,rcvr) vs. "time"
% Each tra
www.eeworm.com/read/334935/12561065
m wp.m
function peak_to_peak = wp(x, scale)
%WP multi-channel waveform plotter
%--
% usage: wp(X)
%
% plots the waveforms in the signal matrix X(time,rcvr) vs. "time"
% Each tra
www.eeworm.com/read/334935/12561151
m wp.m
function peak_to_peak = wp(x, scale)
%WP multi-channel waveform plotter
%--
% usage: wp(X)
%
% plots the waveforms in the signal matrix X(time,rcvr) vs. "time"
% Each tra
www.eeworm.com/read/142557/12939820
m vectline.m
function vectline(f,crdaxis,crdrange)
% vectline "vector field line plotter"
% Depending on the dimension of coordinate axis, vectline can plot both 3D
% and 2D vector field line.
%
% Examples:
www.eeworm.com/read/338394/12310406
m eyeplot.m
function EyePlot(Wave,Window,Period,Offset)
%EE283, Fall 2004
%Project 1
%Eye Diagram Plotter
%EyePlot(Wave,Window,Period,Offset)
%INPUT
%Wave: Wave Vector
%Window: Window Size (Interger)
%Per
www.eeworm.com/read/212694/15151046
todo
o compare it to using the JNI-accessible plotter and Raster.
o compare it to using normal Java2D graphics
o put in the optimization for raster spaces and compare
o find the raster artifact bug
o
www.eeworm.com/read/443730/1738367
cs spectrademocomp_mcc_component_data.cs
//
// MATLAB Compiler: 4.4 (R2006a)
// Date: Sat Mar 31 16:31:57 2007
// Arguments: "-B" "macro_default" "-M" "-silentsetup" "-S" "-v" "-B"
// "dotnet:SpectraDemoComp,Plotter,1.0,private" "-W"
//
www.eeworm.com/read/350705/3118078
cs spectrademocomp_mcc_component_data.cs
//
// MATLAB Compiler: 4.4 (R2006a)
// Date: Sat Mar 31 16:31:57 2007
// Arguments: "-B" "macro_default" "-M" "-silentsetup" "-S" "-v" "-B"
// "dotnet:SpectraDemoComp,Plotter,1.0,private" "-W"
//
www.eeworm.com/read/471742/6888628
m curl_ex.m
%curl_ex.m
%This script plots and evaluates the function V=-y i + x j
%and its curl. Other functions are possible as well.
warning off; %supress unwanted warnings by plotter, if needed
clear; vmi