代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/470619/6905106
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/469416/6976173
m plot_ellipse.m
% PLOT_ELLIPSE
% h=plot_ellipse(x,y,theta,a,b)
%
% This routine plots an ellipse with centre (x,y), axis lengths a,b
% with major axis at an angle of theta radians from the horizontal.
%
% Aut
www.eeworm.com/read/469416/6976193
m plot_matrix.m
function plot_matrix(G, bw)
% PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes
%
% plot_matrix(M)
%
% For 0/1 matrices (eg. adjacency matrices), use
% plot_matrix(M,1)
if
www.eeworm.com/read/469416/6976313
m plot_polygon.m
function out=plot_polygon(p, args, close_loop)
% PLOT_POLYGON
% function handle=plot_polygon(p, args, close_loop)
% p(1,i), p(2,i) are the x/y coords of point i.
% If non-empty, args are passed th
www.eeworm.com/read/467873/7003116
m plot_test.m
function plot_test(data,label)
% plot_test scatter-plot the test data
% If labels aren't provided, just colour everything black.
hold on;
if nargin ==1
scatter(data(1,:), data(2,:), 'k');
else
www.eeworm.com/read/467873/7003119
m plot_train.m
function plot_test(data,label)
% plot_test scatter-plot the test data
hold on;
s = find(label == 0);
scatter(data(1,s), data(2,s), 'bo', 'filled');
s = find(label == 1);
scatter(data(1,s), data(2,s),
www.eeworm.com/read/467252/7008245
m plot_ggkld.m
% Plot the function of KLD between GGDs
rrange = [-2, 2];
brange = [0.5, 1.5];
logratio = linspace(rrange(1), rrange(2), 25); % log(\alpha1 / \alpha2)
beta = linspace(brange(1), brange(2), 25)
www.eeworm.com/read/467198/7020134
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/466832/7021280
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/322305/7072569
m mrs_plot.m
function mrs_plot(PrSpike,Data)
%MRS_PLOT Plot calibration results for a 2-state MRS model.
% MRS_PLOT(PRSPIKE,DATA) generates a figure with two panels visualizing
% calibration results for a 2