代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/128477/14294511
m test_plot.m
t = 0:0.1:10;
x = exp(-0.2*t) .* cos(2*t);
y = exp(-0.2*t) .* sin(2*t);
plot(x,y,'LineWidth',2);
title('\bfTwo-Dimensional Line Plot');
xlabel('\bfx');
ylabel('\bfy');
axis square;
grid on;
www.eeworm.com/read/128477/14294514
m barh_plot.m
x = [ 1 2 3 4 5 6];
y = [ 2 6 8 7 8 5];
barh(x,y);
title('\bfExample of a Horizontal Bar Plot');
xlabel('\bf\ity');
ylabel('\bf\itx');
axis([0 10 0 7]);
www.eeworm.com/read/128477/14294525
m pie_plot.m
data = [ 10 37 5 6 6];
explode = [ 0 1 0 0 0];
pie(data,explode);
title('\bfExample of a Pie Plot');
legend('One','Two','Three','Four','Five');
www.eeworm.com/read/128477/14294579
mat plot_line.mat
www.eeworm.com/read/128477/14294609
m plot_line.m
function fig = plot_line()
%
% Purpose:
% This program reads an input data set in (x,y) format
% and plots the resulting points. It illustrates the
% use of standard menus, context me
www.eeworm.com/read/128477/14294679
m plot_filter.m
www.eeworm.com/read/230098/14306179
m plot_cmac.m
% plot_cmac.m
if bucket_mode == 1
m = reshape(cmac_memory,64,64);
else
m = reshape(cmac_memory(1:Nhashes*Nbuckets_per_hash),Nhashes,Nbuckets_per_hash)';
end
set(h_mem,'CData',m)
youtput = [];
www.eeworm.com/read/228298/14393310
m cpm_plot.m
clear all;
close all;
clc;
ebno=[1:1:15]';
load('cpmequ_ber.mat');
figure,
semilogy(ebno,ber8,'r');
hold on
semilogy(ebno,ber24,'g');
semilogy(ebno,ber16,'b');
grid on
xlabel('Eb/No (dB)'
www.eeworm.com/read/228298/14393326
asv cpm_plot.asv
clear all;
close all;
clc;
ebno=[1:1:15]';
load('cpmequ_ber.mat');
figure,
semilogy(ebno,ber8,'r');
hold on
semilogy(ebno,ber16,'g');
semilogy(ebno,ber24,'b');
grid on
xlabel('Eb/No (dB)'
www.eeworm.com/read/227962/14405171
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