代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/138798/13211570
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/138798/13211602
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/138798/13211907
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/240189/13232071
pro dual_plot.pro
; $Id: dual_plot.pro,v 1.2 2002/03/14 11:49:11 riccardi Exp $
pro dual_plot,x1,y1,x2,y2,_EXTRA=extra_data,XMARGIN=xm,Y2COLOR=y2_color $
,Y2LOG=y2log, YLOG=ylog, X2TOP=x2top, YMARGIN=y