代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/431224/8698476
m fm_plotfig.m
function fig = fm_plotfig()
% FM_PLOTFIG create GUI for plotting variables
%
% FM_PLOTFIG()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 27-Feb-2003
%Update: 11-Sep-2003
%Versi
www.eeworm.com/read/387193/8700257
h cplot.h
/**
\file cplot.h
\brief C functions for 2D plotting directly to a compressed bitmap.
\author Glenn D. MacGougan (GDM)
\date 2008-04-18
\since 2007-12-19
\b "LICENSE INFORMATION"
www.eeworm.com/read/387193/8700277
c cplot.c
/**
\file cplot.c
\brief C functions for 2D plotting directly to a compressed bitmap.
\author Glenn D. MacGougan (GDM)
\date 2008-04-23
\since 2007-12-19
\b "LICENSE INFORMATION"
www.eeworm.com/read/387190/8700542
h cplot.h
/**
\file cplot.h
\brief C functions for 2D plotting directly to a compressed bitmap.
\author Glenn D. MacGougan (GDM)
\date 2008-04-18
\since 2007-12-19
\b "LICENSE INFORMATION"
www.eeworm.com/read/387190/8700589
c cplot.c
/**
\file cplot.c
\brief C functions for 2D plotting directly to a compressed bitmap.
\author Glenn D. MacGougan (GDM)
\date 2008-04-23
\since 2007-12-19
\b "LICENSE INFORMATION"
www.eeworm.com/read/386159/8762736
m run_me.m
%% Display Start message
disp('Starting PSK BER Simulation set.')
%% Plot theoretical curves
disp('Plotting theoretical curves.')
SNRs = -5:28;
[h_fig, h_lines] = PSK_BER_Curves(SNRs);
%% Run Mo
www.eeworm.com/read/384940/8832424
m fm_plotfig.m
function fig = fm_plotfig()
% FM_PLOTFIG create GUI for plotting variables
%
% FM_PLOTFIG()
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 27-Feb-2003
%Update: 11-Sep-2003
%Versi
www.eeworm.com/read/181816/9236205
m svrplot.m
function svrplot(X,Y,ker,beta,bias,e,mag,xaxis,yaxis,input)
%SVRPLOT Support Vector Regression Plotting routine for 1D function
%
% Usage: svrplot(X,Y,ker,alpha,bias,e,mag,xaxis,yaxis,input)
%
%
www.eeworm.com/read/376212/9324629
m make_seagrid_mex.m
%
% Create mex files.
%mex mexinside.c;
mex -f ./mexopts_c.bat -v -output mexinside.dll mexinside.c
%test_mexinside;
%disp ( 'wait for the figure to finish plotting, then hit any key to continue' );
www.eeworm.com/read/376212/9325101
m make_seagrid_mex.m
%
% Create mex files.
%mex mexinside.c;
mex -f ./mexopts_c.bat -v mexinside.c
%test_mexinside;
%disp ( 'wait for the figure to finish plotting, then hit any key to continue' );
%pause
%mex -v mexre