代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/380713/9134198

m plot.m

clc clear all tic SNR_in_DB=-4:0.5:10; snr_in_DB=-4:0.5:10; for i=1:length(SNR_in_DB), snr=10^(SNR_in_DB(i)/10);%计算理想误码率 x=sqrt(2*snr); y(i)=(1/2)*erfc(x/sqrt(2)); end; for i=1
www.eeworm.com/read/380707/9134405

m plot.m

clc clear all tic SNR_in_DB=-4:0.5:10; snr_in_DB=-4:0.5:10; for i=1:length(SNR_in_DB), snr=10^(SNR_in_DB(i)/10);%计算理想误码率 x=sqrt(2*snr); y(i)=(1/2)*erfc(x/sqrt(2)); end; for i=
www.eeworm.com/read/380707/9134433

asv plot.asv

clc tic clear all SNR_in_DB=-4:0.5:10; snr_in_DB=-4:0.5:10; for i=1:length(SNR_in_DB), snr=10^(SNR_in_DB(i)/10);%计算理想误码率 x=sqrt(2*snr); y(i)=(1/2)*erfc(x/sqrt(2)); end; for i=
www.eeworm.com/read/380707/9134453

m plot.m

clc clear all tic SNR_in_DB=-4:0.5:10; snr_in_DB=-4:0.5:2.5 for i=1:length(SNR_in_DB), snr=10^(SNR_in_DB(i)/10);%计算理想误码率 x=sqrt(2*snr); y(i)=(1/2)*erfc(x/sqrt(2)); E=1
www.eeworm.com/read/380707/9134469

asv plot.asv

clc clear all tic SNR_in_DB=-4:0.5:10; snr_in_DB=-4:0.5:2.5 for i=1:length(SNR_in_DB), snr=10^(SNR_in_DB(i)/10);%计算理想误码率 x=sqrt(2*snr); y(i)=(1/2)*erfc(x/sqrt(2)); E=1
www.eeworm.com/read/379733/9179962

m plot.m

function plot(a), % PLOT Plot a probability distrubution with confidence interval % Copyright (C) 2004-2005 Matti Tornio % % This package comes with ABSOLUTELY NO WARRANTY; for details % see License.
www.eeworm.com/read/379733/9179981

m plot.m

function plot(a), % PLOT Plot a probability distrubution with confidence interval % Copyright (C) 2004-2005 Matti Tornio % % This package comes with ABSOLUTELY NO WARRANTY; for details % see License.
www.eeworm.com/read/379729/9180100

py plot.py

# -*- coding: iso-8859-1 -*- # # This file is a part of the Bayes Blocks library # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman
www.eeworm.com/read/182342/9206928

frm plot.frm

VERSION 5.00 Object = "{0E59F1D2-1FBE-11D0-8FF2-00A0D10038BC}#1.0#0"; "msscript.ocx" Begin VB.Form Plot ClientHeight = 4140 ClientLeft = 60 ClientTop = 450 Clien
www.eeworm.com/read/182342/9206929

frx plot.frx