代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/395890/2432514
m main_plot.m
% sum_lattice = 0;
% sum_cell = 0;
% sum_cell_li = 0;
% sum_dai_lattice = 0;
% sum_dai_cell = 0;
% sum_dai_cell_li = 0;
clear all;
var_num = 100;
% fun_num = 5;
fun_num = 1;
% fun_num
www.eeworm.com/read/395890/2432581
m main_plot.m
% sum_lattice = 0;
% sum_cell = 0;
% sum_cell_li = 0;
% sum_dai_lattice = 0;
% sum_dai_cell = 0;
% sum_dai_cell_li = 0;
clear all;
var_num = 2;
% fun_num = 5;
fun_num = 1;
% fun_num =
www.eeworm.com/read/393163/2487836
m mixexp_plot.m
function plot_mixexp(theta, eta, data)
% PLOT_MIXEXP Plot the results for a piecewise linear regression model
% plot_mixexp(theta, eta, data)
%
% data(l,:) = [x y] for example l
% theta(i,:) = regre
www.eeworm.com/read/387868/2555334
xpm plot_zot.xpm
/* XPM */
static const char * plot_zot_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 18 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"
www.eeworm.com/read/387868/2555335
xpm plot_shr.xpm
/* XPM */
static const char * plot_shr_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"
www.eeworm.com/read/387868/2555337
xpm plot_zin.xpm
/* XPM */
static const char * plot_zin_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 18 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"
www.eeworm.com/read/387868/2555339
xpm plot_dwn.xpm
/* XPM */
static const char * plot_dwn_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 18 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"
www.eeworm.com/read/387868/2555340
xpm plot_up.xpm
/* XPM */
static const char * plot_up_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 18 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"#
www.eeworm.com/read/387868/2555341
xpm plot_enl.xpm
/* XPM */
static const char * plot_enl_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"
www.eeworm.com/read/386597/2570196
m plot_process.m
function plot_process(mu, plot_on)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% plot_on - 1-Plot centers, 2-Plot Voronoi centers, 3-Both
%
% No o