代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/357771/10201290
m gensurf_eq.m
% Generic integrated-error-fxn based surface plotting using the BERGulator.
% Valid only in the absence of noise.
% Copyright 1997-1998 Phil Schniter
function h_cont = gensurf_eq(C,F,diag_E,kappa,s
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/445655/7592264
m valid_index_plot.m
function valid_plotall(validty, ks, B, dname)
% preparing for plotting indices
m = size(validty,1);
N = length(ks);
Q = {'b*','r-'};
for i=1:m
R = i;
R = mod(R-1,4)+1;
if R == 1
www.eeworm.com/read/245849/12777333
m s_compare.m
function aux=s_compare(seis1,seis2,varargin)
% Function compares two seismic data sets by plotting one on top of the other
% Written by: E. R., January 12, 2001
% Last updated: March 25, 2006: Change
www.eeworm.com/read/427098/6349478
asv c3_sna.asv
%File:c3_sna.com
k=50; %sample per lobe
nsamp=50000; %total frequency sample
snrdb=zeros(1,17); %initialize memory
x=4:20; %vector for plotting
for m=4:20 %iterate samples per symbol
s
www.eeworm.com/read/427098/6349480
m c3_sna.m
%File:c3_sna.com
k=50; %sample per lobe
nsamp=50000; %total frequency sample
snrdb=zeros(1,17); %initialize memory
x=4:20; %vector for plotting
for m=4:20 %iterate samples per symbol
s
www.eeworm.com/read/478211/6721984
c uwplot.c
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// UWPLOT.C X-Y plotting for Windows graphics
#include
#include "messages.h"
#include "uwplot.h"
#include "utofile.
www.eeworm.com/read/478211/6721987
h wavplot.h
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// File WAVPLOT.H Header for Wavelet Plotting Window
#ifndef WAVPLOT_H
#define WAVPLOT_H
#include "uwl.h"
#include "wavelet.h"
www.eeworm.com/read/478211/6721988
cpp wavplot.cpp
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// File WAVPLOT.CPP Wavelet Plotting Window
#include
#include "utm.h"
#include "wavrids.h"
#include "wavplot.h"
t
www.eeworm.com/read/259565/11781823
m s_compare.m
function aux=s_compare(seis1,seis2,varargin)
% Function compares two seismic data sets by plotting one on top of the other
% Written by: E. R., January 12, 2001
% Last updated: March 25, 2006: Change