代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/235546/14064198
m ofdmci_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdmci(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/235546/14064270
m ofdmda_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdmda(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/235546/14064284
m ofdma_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdmda(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/132772/14073574
m error_plot.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% error_plot.m - Program for plotting error signal in exmp9_5.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
x
www.eeworm.com/read/205307/15321144
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/204456/15339368
m plot_mst.m
function plot_mst(a,tree,c,lwidth)
%PLOT_MST Plot minimum spanning tree
%
% PLOT_MST(A,TREE,STR,LWIDTH)
%
% Plots the edges of a minimum spanning tree, defined by the nodes A and
% TREE
%
% INPUT
www.eeworm.com/read/203890/15349806
png plot4.png
www.eeworm.com/read/203890/15349807
png plot1.png
www.eeworm.com/read/203890/15349808
png plot6.png
www.eeworm.com/read/203890/15349809