代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/208659/15239433
m tdof_ss_time_slnk_plot.m
echo off
% tdof_ss_time_slnk_plot.m Plotting of results from
% tdof_ss_simulink.mdl Simulink run
plot(tout,dof1,'k+-',tout,dof2,'k*-',tout,dof3,'k')
title('State Space Simulink Calculation
www.eeworm.com/read/8804/154112
m cw_sgnl.m
% cw_sgnl.m - prepares a periodic signal repeated 16 times
% written by Nadav Levanon
%for use with "cross_ambfn2.m" plotting code
sig_flag=input(' Signal: Frank16=0, P4=1, Golomb15=2, sinusoidal-FM=
www.eeworm.com/read/303435/3812869
xplot
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
WIDTH=400
HEIGHT=600
WIDTHOFF1=10
WIDTHOFF2=430
WIDTHOFF3=860
HEIGHTOFF1=20
# Plot Synthetic data
nt=501 dt=0.004 ft=
www.eeworm.com/read/303435/3812883
xplot
#! /bin/sh
# shell for plotting synthetic data and migrated data
WIDTH=400
HEIGHT=600
WIDTHOFF1=10
WIDTHOFF2=440
WIDTHOFF3=860
HEIGHTOFF1=20
suximage
www.eeworm.com/read/303435/3812886
xmod
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
WIDTH=400
HEIGHT=600
WIDTHOFF1=10
HEIGHTOFF1=20
nz=51 dz=50 fz=.0 labelz="Depth (m)"
nx=71 dx=50 fx=0000.0 labelx="Di
www.eeworm.com/read/303435/3812898
xplot
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
WIDTH=400
HEIGHT=600
WIDTHOFF1=10
WIDTHOFF2=430
WIDTHOFF3=860
HEIGHTOFF1=20
# Plot Synthetic data
nt=501 dt=0.004 ft=
www.eeworm.com/read/303435/3812901
xmod
#! /bin/sh
# shell for plotting the original and smoothed v(x,z) model
#set -v
WIDTH=400
HEIGHT=600
WIDTHOFF1=10
HEIGHTOFF1=20
nz=51 dz=50 fz=.0 labelz="Depth (m)"
nx=71 dx=50 fx=0000.0 labelx="Di
www.eeworm.com/read/471742/6888588
m v_and_f.m
%v_and_f.m
% plots V=(1/x^3-1/x^2) and the related force F=3/x^4-2/x^3
clear;
xb=3/2; %the bond length
vmin=-4/27; %potential min determines size of plotting window
xmin=0.5
www.eeworm.com/read/38039/1091166
mnu jnew_intf.mnu
INTERFACE# 界面
# remove the # sign and enter foreign help string in this line
Export 导出
Write PT/Modeler data to file for plotting, FEM, IGES, etc.
将Pro/Modeler数据写入文件生成出图文件,FEM分析,IGES格式文件等
Import 导入
I
www.eeworm.com/read/190387/8444163
m som_pl_map.m
function som_pl_map(A,p1,p2, P1, P2)
% function som_pl_map(A,p1,p2)
%
% plot the grid formed by an SOFM
% A - SOFM weights
% p1, p2 - two planes to be used for plotting
%
%