代码搜索:Plot

找到约 10,000 项符合「Plot」的源代码

代码结果 10,000
www.eeworm.com/read/218114/4864394

m my_plot.m

function my_plot(x,y) % newplot返回当前坐标轴的句柄 cax = newplot; LSO = ['- ';'--';': ';'-.']; set(cax,'FontName','Times','FontAngle','italic') set(get(cax,'Parent'),'MenuBar','none') line_handles = lin
www.eeworm.com/read/218114/4864525

m plot_snr.m

clear; %用来仿真QAM的误bit率 snr=1:1:11; %先来计算理论误bit率 error_theory=(1-(1-(2*(1-1/sqrt(16))*1/2*erfc(1/sqrt(2)*sqrt(3*4*10.^(snr/10)/(16-1))))).^2)/4; %用理论的误bit率来决定需要仿真的点数 N=floor(1./error_theory)*100+1
www.eeworm.com/read/218114/4864528

m plot_astrology.m

function plot_astrology(a,b) %画出星座图 figure(1) subplot(1,1,1) plot(a,b,'*'); axis([-5 5 -5 5]); line([-5,5],[0,0],'LineWidth',3,'Color','red'); line([0,0],[-5,5],'LineWidth',3,'Color','red'); t
www.eeworm.com/read/216959/4877695

r plot.stft.r

plot.stft
www.eeworm.com/read/216959/4877707

rd plot.stft.rd

\name{plot.stft} \alias{plot.stft} \title{Plot Short Time Fourier Transforms} \description{ An object of class \code{"stft"} is plotted as a gray scale image. The x-axis corresponds to time, the y
www.eeworm.com/read/216502/4890484

1g plot.1g

.TH PLOT 1G .SH NAME plot \- graphics filters .SH SYNOPSIS .B plot [ .BR \-T terminal [ raster ] ] .SH DESCRIPTION These commands read plotting instructions (see .IR plot (5)) from the standard inpu
www.eeworm.com/read/216502/4890630

3x plot.3x

.TH PLOT 3X .SH NAME plot: openpl et al. \- graphics interface .SH SYNOPSIS .B openpl( ) .PP .B erase( ) .PP .B label(s) .B char s[ ]; .PP .B line(x1, y1, x2, y2) .PP .B circle(x, y, r) .PP .B arc(x,
www.eeworm.com/read/215485/4903469

m mixexp_plot.m

function plot_mixexp(theta, eta, data) % PLOT_MIXEXP Plot the results for a piecewise linear regression model % plot_mixexp(theta, eta, data) % % data(l,:) = [x y] for example l % theta(i,:) = regre
www.eeworm.com/read/213708/4912886

tcl rtm_plot.tcl

# # routines to perform post processing, mostly for plotting # Class PostProcess PostProcess instproc init { l lf lg gf gg bf bg } { $self instvar linkflowfile_ linkgraphfile_ $self
www.eeworm.com/read/210914/4946868

m plot_box.m

function handle=plot_box(loc,color,linewidth) % Function plots a rectangular box % % handle=plot_box(loc,color,linewidth) % INPUT % loc vector with elements xa xe ya ye % so the