代码搜索:Plot

找到约 10,000 项符合「Plot」的源代码

代码结果 10,000
www.eeworm.com/read/212602/15152221

bmp plot_linep.bmp

www.eeworm.com/read/212602/15152223

bmp plot_meta.bmp

www.eeworm.com/read/212602/15152240

bmp plot_arrowdown.bmp

www.eeworm.com/read/212602/15152246

bmp plot_axesxy.bmp

www.eeworm.com/read/212303/15160237

m plot_test.m

function plot_test(data,label) % plot_test scatter-plot the test data % If labels aren't provided, just colour everything black. hold on; if nargin ==1 scatter(data(1,:), data(2,:), 'k'); else
www.eeworm.com/read/212303/15160240

m plot_train.m

function plot_test(data,label) % plot_test scatter-plot the test data hold on; s = find(label == 0); scatter(data(1,s), data(2,s), 'bo', 'filled'); s = find(label == 1); scatter(data(1,s), data(2,s),
www.eeworm.com/read/211850/15172358

m shadow_plot.m

function g=shadow_plot(Orig,Mean,Std) % --------------------------------------------- % function g=shadow_plot(Orig,Mean,Std) % % Orig == the actual system (channel) % Mean == the avg. over N
www.eeworm.com/read/210916/15189924

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,marker,ps,reg_param) % % Plots the L-shaped curve of the solution norm % eta = || x || if ps = 1
www.eeworm.com/read/208614/15242484

f90 plot.f90

! 简单的绘图范例 ! By Perng 1997/9/19 program Plot_Demo ! 使用Visual Fortran的绘图功能时需要module dflib use DFLIB implicit none type(xycoord) :: t integer :: result call MoveTo(10,10,t) ! 把目前绘图的位置移动到坐
www.eeworm.com/read/206867/15287172

cpp plot_arr.cpp

#include #include const int size = 5; class plot { int x, y; public: plot(int i, int j) { if(i>size) i = size; if(i