代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/38039/1093030
mnu rv_mfg.mnu
LIGHT_MANUFACTURE 轻制造
# remove the # sign and enter foreign help string in this line
Export 导出
Write Pro/ENGINEER data to file for plotting, FEM, IGES, etc.
输出 Pro/ENGINEER 数据到出图、FEM、IGES 等文件。
Show#D
www.eeworm.com/read/167185/5462164
makefile
# SPS makefile for plotting programs
# @(#)makefile 1.7 1/6/87 EPI
CFLAGS = -DSCCS -O
LIB = /usr/lib/libsps.a
BIN = /usr/sps/bin
EXEPROT = 755
MAN = /usr/sps/man/man1
OLD = /usr/sps/bin/old
all: plo
www.eeworm.com/read/303435/3812906
psmod
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
nz=251 dz=10 fz=.0 labelz="Depth (m)"
nx=161 dx=25 fx=0000.0 labelx="Distance (m)"
ninf=5 npmax=201
psimage
www.eeworm.com/read/303435/3812916
xmod
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
nz=251 dz=10 fz=.0 labelz="Depth (m)"
nx=161 dx=25 fx=0000.0 labelx="Distance (m)"
ninf=5 npmax=201
xmovie
www.eeworm.com/read/393871/8257277
m sfunvxy.m
function [sys,x0,str,ts] = sfunvxy(t,x,u,flag,ax,use_grid,varargin)
%SFUNVXY S-function that acts as a Vector X-Y scope using MATLAB plotting functions.
% This M-file is an enhanced version of MAT
www.eeworm.com/read/202785/15373246
m da_pc3d.m
%
% da_pc3d.m
%
% menus etc for plotting one principal component
% verus time
%
%
% Draw some axes
%
da_front;
da_pcapb;
drawnow;
w1=gcf;
figure(w1);
ax1=axes(...
'Units','pixels',..
www.eeworm.com/read/431675/8661860
m plot2.m
%PLOT2 Plot row 1 against row 2
%
% plot2(x,s)
%
% Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the
% returns of plot. Defaults s = 'b-'. This command is useful for
% plotting roc-
www.eeworm.com/read/418695/10935259
m plot2.m
%PLOT2 Plot row 1 against row 2
%
% plot2(x,s)
%
% Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the
% returns of plot. Defaults s = 'b-'. This command is useful for
% plotting roc-
www.eeworm.com/read/463474/7180265
m m_dretf.m
function [T,Y] = m_dreTF(drefun,vTimeRange,bidon_y0,rParam)
%discrete recursive ecuation solver for time/frequency plotting (y[n]=drefun(y[n-1]))
%ensure that y0 is a row vector
y0=zeros(1,length
www.eeworm.com/read/397102/8068054
m plot2.m
%PLOT2 Plot row 1 against row 2
%
% plot2(x,s)
%
% Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the
% returns of plot. Defaults s = 'b-'. This command is useful for
% plotting roc-