代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/349820/10798541

m plot_orbit.m

% PLOT_ORBIT Plots the orbit with REFL data background. % % plot_orbit(satpos,refl,type) % % where satpos is a matrix where each row is the position of the satellite % in ECEF coordinates, refl i
www.eeworm.com/read/349820/10798544

m plot_alb.m

% PLOT_ALB Plot albedo data. % % h = plot_alp(albedo [,type]) % % albedo is a matrix. Optional parameter type is 'p' for 3D % plot or 's' for spherical. Default is 'p'. % % $Id: plot_alb.m,v 1.
www.eeworm.com/read/349820/10798576

m plot_refl.m

% PLOT_REFL Plot REFL data. % % plot_refl(refl_parm [, type [, colorbar]]) % % refl_parm is a struct containing a matrix in a field named data or a % matrix itself. Optional parameter type is 'p'
www.eeworm.com/read/349646/10808565

m plot_ellipse.m

% PLOT_ELLIPSE % h=plot_ellipse(x,y,theta,a,b) % % This routine plots an ellipse with centre (x,y), axis lengths a,b % with major axis at an angle of theta radians from the horizontal. % % Aut
www.eeworm.com/read/349646/10808604

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/349646/10808866

m plot_polygon.m

function out=plot_polygon(p, args, close_loop) % PLOT_POLYGON % function handle=plot_polygon(p, args, close_loop) % p(1,i), p(2,i) are the x/y coords of point i. % If non-empty, args are passed th
www.eeworm.com/read/349646/10809359

m plot_ellipse.m

% PLOT_ELLIPSE % h=plot_ellipse(x,y,theta,a,b) % % This routine plots an ellipse with centre (x,y), axis lengths a,b % with major axis at an angle of theta radians from the horizontal. % % Aut
www.eeworm.com/read/349646/10809455

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/349646/10809918

m plot_polygon.m

function out=plot_polygon(p, args, close_loop) % PLOT_POLYGON % function handle=plot_polygon(p, args, close_loop) % p(1,i), p(2,i) are the x/y coords of point i. % If non-empty, args are passed th
www.eeworm.com/read/420191/10811605

m cav_plot.m