代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/200130/15440769
m my_plot.m
function my_plot(x,y)
% newplot返回当前坐标轴的句柄
cax = newplot;
LSO = ['- ';'--';': ';'-.'];
set(cax,'FontName','Times','FontAngle','italic')
set(get(cax,'Parent'),'MenuBar','none')
line_handles = lin
www.eeworm.com/read/200130/15440906
m plot_snr.m
clear;
%用来仿真QAM的误bit率
snr=1:1:11;
%先来计算理论误bit率
error_theory=(1-(1-(2*(1-1/sqrt(16))*1/2*erfc(1/sqrt(2)*sqrt(3*4*10.^(snr/10)/(16-1))))).^2)/4;
%用理论的误bit率来决定需要仿真的点数
N=floor(1./error_theory)*100+1
www.eeworm.com/read/200130/15440909
m plot_astrology.m
function plot_astrology(a,b)
%画出星座图
figure(1)
subplot(1,1,1)
plot(a,b,'*');
axis([-5 5 -5 5]);
line([-5,5],[0,0],'LineWidth',3,'Color','red');
line([0,0],[-5,5],'LineWidth',3,'Color','red');
t
www.eeworm.com/read/113579/15452986
m plot_ras.m
function plot_ras(data, methods, sizes, perfs, pvals, conf)
%
% Plots a Rasmussen diagram to compare different methods.
%
% Inputs are title (data), method names (methods), training
% set sizes (sizes
www.eeworm.com/read/111979/15497482
zip realtime_plot.zip
www.eeworm.com/read/111282/15515761
mat plot_error.mat
www.eeworm.com/read/111282/15515770
m plot_error.m
www.eeworm.com/read/111247/15516151
ctb hart_plot.ctb
www.eeworm.com/read/109389/15558229
rc2 plot.rc2
//
// PLOT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
www.eeworm.com/read/107178/15612088
m guid_plot.m
% GUID_PLOT StopFcn plot script for Simulink model 'guidance'
% J.Hodgson
% Copyright 1990-2000 The MathWorks, Inc.
% $Revision: 1.5 $ $Date: 2000/09/01 19:26:48 $
%if ~isempty(findob