代码搜索:plotting

找到约 1,607 项符合「plotting」的源代码

代码结果 1,607
www.eeworm.com/read/136812/5859174

h con.h

/* @(#)con.h 1.1 92/07/30 SMI; from UCB 4.1 83/06/27 */ # #include /* gsi plotting output routines */ # define DOWN 012 # define UP 013 # define LEFT 010 # define RIGHT 040 # define BEL 007
www.eeworm.com/read/136812/5859190

h con.h

/* @(#)con.h 1.1 92/07/30 SMI; from UCB 4.1 83/06/27 */ # #include /* gsi plotting output routines */ # define DOUBLE 010 #define ADDR 0100 #define COM 060 #define PENUP 04 #define MAXX 070
www.eeworm.com/read/347945/11624555

m ellipplot.m

function [xe,ye]=ellipplot(P,gamma,ecolor,xc) %DUAL2CELL Internal function for plotting ellipsoid % Author Johan L鰂berg % $Id: ellipplot.m,v 1.2 2004/07/02 08:17:30 johanl Exp $ if nargin
www.eeworm.com/read/152148/12135767

m my_sfunxy.m

function [sys, x0, str, ts] = my_sfunxy(t,x,u,flag,ax,refresh,style,varargin) %SFUNXY S-function that acts as an X-Y scope using MATLAB plotting functions. % This M-file is designed to be used in
www.eeworm.com/read/38039/1090445

mnu rv_diagram.mnu

LIGHT_DIAGRAM 轻布线图 # 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 等文件。
www.eeworm.com/read/38039/1090958

mnu rv_scan.mnu

LIGHT_SCAN#MODEL 轻扫描模型 # 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 等文件。
www.eeworm.com/read/38039/1092750

mnu rv_cbl_mfg.mnu

LIGHT_CABLE#MFG 轻缆制造 # 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 等文件。
www.eeworm.com/read/303435/3812874

psmod

#! /bin/sh # shell for plotting the original and smoothed v(x,z) model #set -v nz=51 dz=50 fz=.0 labelz="Depth (m)" nx=71 dx=50 fx=0000.0 labelx="Distance (m)" ninf=0 npmax=201 psimage
www.eeworm.com/read/303435/3812889

psmod

#! /bin/sh # shell for plotting the original and smoothed v(x,z) model #set -v nz=51 dz=50 fz=.0 labelz="Depth (m)" nx=81 dx=50 fx=0000.0 labelx="Distance (m)" ninf=0 npmax=201 psimage
www.eeworm.com/read/299916/3849575

m ip_02_08.m

% MATLAB script for Illustrative Problem 8, Chapter 2. delta_w=2*pi/100; w=-pi:delta_w:pi; % one period of Sy Sy=1./(1.9025-1.9*cos(w)); % plotting command follows plot(w,Sy);