代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/279403/10440262
gmt raydens_plane.gmt
#!/bin/csh
#
# script to plot ray-density tensor in planes
#
# using output from tomo2gmt
#
# for classified plotting
#
# classes are a combination of
# ray distribution & weighted ray length
#
#
www.eeworm.com/read/161043/10459207
m steplfm_gui.m
% steplfm_gui.m - stepped train of LFM pulses with GUI
% written by Eli mozeson and Nadav Levanon
% creates signal for use with ambiguity function plotting program
% create the signal parameters inp
www.eeworm.com/read/160844/10486322
m impulr.m
%
% IMPULR is the M-file which is used in plotting the impulse
% response curve(s) of the given system(s)
%
% Author: Ole Barup Sorensen, Rapid Data Ltd
% Copyright (c) 1989-
www.eeworm.com/read/160583/10516703
py contour_demo.py
#!/usr/bin/env python
'''
Illustrate simple contour plotting, contours on an image with
a colorbar for the contours, and labelled contours.
See also contour_image.py.
'''
from pylab import *
rcParam
www.eeworm.com/read/160583/10517041
py contour_image.py
#!/usr/bin/env python
'''
Test combinations of contouring, filled contouring, and image plotting.
For contour labelling, see contour_demo.py.
The emphasis in this demo is on showing how to make conto
www.eeworm.com/read/350893/10699977
c graphic.c
/*
YABASIC --- a simple Basic Interpreter
written by Marc-Oliver Ihm 1995-2004
homepage: www.yabasic.de
graphic.c --- code for windowed graphics, printing and plotting
www.eeworm.com/read/466142/7039601
m clear_model.m
function clear_model(model_number)
%% little function to clear results so that
%% the testing routines will recompute things
%% rather than just plotting....
keyboard
%%% load up model
www.eeworm.com/read/463474/7180234
m attractor.m
function attractor(action)
%
%Attractor - grafical interface for 2D attractors plotting
%
% Click "Start" button in order to begin the simulation.
% You can stop the simulation at any time by p
www.eeworm.com/read/461244/7231150
m display_transient_parameters.m
disp('plotting the transient parameters');
% figures for sampled electric fields
for ind=1:number_of_sampled_electric_fields
if sampled_electric_fields(ind).display_plot == false
sa
www.eeworm.com/read/461241/7231189
m define_output_parameters.m
disp('defining output parameters');
sampled_electric_fields = [];
sampled_magnetic_fields = [];
sampled_voltages = [];
sampled_currents = [];
ports = [];
% figure refresh rate
plotting_step