代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/151143/12232722

m l_plot.m

function aux=l_plot(wlog,varargin) % Function plots log curves % Written by E. R., May 6, 2000 % Last update: October 3, 2004: Make y-axis smaller to accommodate title % % aux=l_plot(wl
www.eeworm.com/read/151143/12232851

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
www.eeworm.com/read/339236/12248752

m plot_ray.m

clc; clear; tic SNRindB1=-6:2:4; SNRindB2=0:0.1:10; % M=4; % k=log2(M); for i=1:length(SNRindB1) snr_tem=SNRindB1(i)-10*log10(15) smld_err_prb(i)=cdma_ray_pe(SNRindB1(i)) end for i=
www.eeworm.com/read/339236/12248813

m plot_awgn.m

clc; clear; tic SNRindB1=0:2:8; SNRindB2=0:0.1:10; % M=4; % k=log2(M); for i=1:length(SNRindB1) snr_tem=SNRindB1(i)-10*log10(15); smld_err_prb(i)=awgn_cdma_pe(snr_tem) end for i=1:l
www.eeworm.com/read/339233/12248916

m plot_ray.m

clc; clear; tic SNRindB1=-6:2:4; SNRindB2=0:0.1:10; % M=4; % k=log2(M); for i=1:length(SNRindB1) snr_tem=SNRindB1(i)-10*log10(15) smld_err_prb(i)=cdma_ray_pe(SNRindB1(i)) end for i=
www.eeworm.com/read/339233/12248983

m plot_awgn.m

clc; clear; tic SNRindB1=0:2:8; SNRindB2=0:0.1:10; % M=4; % k=log2(M); for i=1:length(SNRindB1) snr_tem=SNRindB1(i)-10*log10(15); smld_err_prb(i)=awgn_cdma_pe(snr_tem) end for i=1:l
www.eeworm.com/read/338523/12298789

m ga_plot.m

function [para,best_pi]=GA_plot(generation_n, upper, ... average, lower, BEST_popu) global MIN_offset MUL_factor true_para %======================================================== % GA_plot.m
www.eeworm.com/read/338523/12301214

asv ga_plot.asv

function [para,best_pi]=GA_plot(generation_n, upper, ... average, lower, BEST_popu) global MIN_offset MUL_factor true_para %======================================================== % GA_plot.m
www.eeworm.com/read/338293/12314489

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,marker,ps,reg_param) % % Plots the L-shaped curve of the solution norm % eta = || x || if ps = 1
www.eeworm.com/read/251851/12315265

m plot_mapping.m

function plot_mapping(mapping) % Plot the given 2-D/3-D `mapping` set. % % Syntax: % "plot_mapping(mapping)" % % Description: % Plot the "linearcon" object representing the polytopes in