代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/300562/13905579
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/132953/14065246
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/271244/11002204
m compare.m
function h=compare(c1,c2,c1i,c2i,c1j,c2j,c1s,c2s);
% COMPONENTS/COMPARE compares components in two Components structures
% by plotting them on the same axes.
%
% Usage: (brackets indicate optional
www.eeworm.com/read/197649/7983208
m compare.m
function h=compare(c1,c2,c1i,c2i,c1j,c2j,c1s,c2s);
% COMPONENTS/COMPARE compares components in two Components structures
% by plotting them on the same axes.
%
% Usage: (brackets indicate optional
www.eeworm.com/read/142092/12963465
m compare.m
function h=compare(c1,c2,c1i,c2i,c1j,c2j,c1s,c2s);
% COMPONENTS/COMPARE compares components in two Components structures
% by plotting them on the same axes.
%
% Usage: (brackets indicate optional
www.eeworm.com/read/38039/1092038
mnu intrface.mnu
INTRFACE 界面
#
Shade#Save 保存着色
Save shaded image.
保存着色图
Shade#Restore 恢复着色
Restore shaded image.
恢复着色图
To#Postscript 到Postscript
Export image to a Postscript file for plotting.
将图像用 Postscript 格式导出到出图
www.eeworm.com/read/398034/8009077
m sa_fig4_24.m
% Smart Antennas figure4.24 plotting elevation plane pattern
a=1;
N=10;
pinc=2*pi/N;
th=-pi/2:.01:pi/2;
th0=pi/6;
ph0=0;
AF=zeros(1,length(th));
for n=1:N
AF=AF+exp(-1j*2*pi*a*(sin(th
www.eeworm.com/read/317326/13505939
m sa_fig4_24.m
% Smart Antennas figure4.24 plotting elevation plane pattern
a=1;
N=10;
pinc=2*pi/N;
th=-pi/2:.01:pi/2;
th0=pi/6;
ph0=0;
AF=zeros(1,length(th));
for n=1:N
AF=AF+exp(-1j*2*pi*a*(sin(th
www.eeworm.com/read/205721/15308693
m seisplot2.m
function [fact]=seisplot2(datain,t1,t2,tr1,tr2,smp,scal,pltflg,scfact,colour,tstart)
%[fact]=seisplot2(datain,t1,t2,tr1,tr2,smp,scal,pltflg,scfact,colour,tstart)
%
%function for plotting seismic trac
www.eeworm.com/read/303435/3812912
psplot
#! /bin/sh
# shell for plotting synthetic data
nt=501 fxm=0.5 dt=0.004 dxm=0.015
supsimage