代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/417673/10980928
m plot_ebr.m
SNR = (2:2:20)';
ebr_array = zeros(SNR);
for i = 1:length(SNR),
ebr_array(i) = ebr_opti(SNR(i));
end
plot(SNR, ebr_array);
xlabel('SNR (signal to noise ratio) (dB)');
ylabel('log10(error bit rate)'
www.eeworm.com/read/271760/10982300
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/271566/10989553
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/417152/11002087
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequence
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Ba
www.eeworm.com/read/271244/11002101
m plot4.m
function nt= plot4(t,c,i)
% The function PLOT4 plots 4 subplots starting from the I-th component
% of the data c(n,k), where n is the number of data points and
% k is the number of IMF componen
www.eeworm.com/read/270548/11033288
m plot_states.m
function plot_states(stateMatrix, states, nPoints, figNr)
% PLOT_STATES plots the internal states of the esn
%
% inputs:
% stateMatrix = matrix of size (nTrainingPoints) x
% (nInputUnits + nInterna
www.eeworm.com/read/270548/11033339
m plot_sequence.m
function plot_sequence(teacherSequence, predictedSequence, nPoints, caption)
% PLOT_SEQUENCE plots each dimension from the both the teacherSequence and
% the sequence predicted by the network. The fir
www.eeworm.com/read/270548/11033342
m plot_outputweights.m
function plot_outputWeights(outweights, figNr)
% plot the output weights (of a trained ESN). For each output channel, a
% new color is used.
%
% input arguments:
% outweights: a weight matrix of size
www.eeworm.com/read/416302/11034197
m plot_orbit.m
%This Function show the satellite and its orbit+Earth geometry
%CopyRight By Moein Mehrtash
%**************************************************************************
% Written by Moein Mehrtash,
www.eeworm.com/read/471015/6904087
m plot_flp.m
function h = plot_flp(flp , option);
%
% flp = load_flp('norwich01.flp');
% h = plot_flp(flp);
%
%
if nargin < 2
option.TX = 1;