代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/194440/8193611
m plot4.m
function plot4(x1,y1,x2,y2,x3,y3,x4,y4)
% plot4(x1,y1,x2,y2,x3,y3,x4,y4)
%
% subdivides plot window into 4 and plots 4 graphs
%
% by G.F. Margrave, May 1991
%
% NOTE: It is illegal for you to use thi
www.eeworm.com/read/194440/8193758
m plot2.m
function plot2(x1,y1,x2,y2)
% plot2(x1,y1,x2,y2)
%
% subdivides plot window into 2 and plots 2 graphs
%
% by G.F. Margrave, May 1991
%
% NOTE: It is illegal for you to use this software for a purpose
www.eeworm.com/read/294539/8219147
ppt matlab-plot.ppt
www.eeworm.com/read/394381/8228055
m plot3.m
%空间曲线图
% PLOT3(x,y,z,s)其中x,y,z为向量,每一组分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%例如 曲线x=exp(-0.2*z)*cos(0.5*pi*z),y=exp(-0.2*z)*sin(0.5*pi*z), 0
www.eeworm.com/read/293183/8310310
m plot2.m
%PLOT2 Plot row 1 against row 2
%
% plot2(x,s)
%
% Plot x(1,:) against x(2,:) with plotstring s. plot2 returns the
% returns of plot. Defaults s = 'b-'. This command is useful for
% plotting roc-
www.eeworm.com/read/393013/8315309
m my_plot.m
function my_plot(x,y)
cax=newplot;
LSO=['-','--*',':','-.']';
set(cax,'FontName','Times','FontAngle','italic')
set(get(cax,'Parent'),'MenuBar','none')
line_handles=line(x,y,'Color','b');
style=1
www.eeworm.com/read/292900/8326279
m plot_gaussian.m
function plot_gaussian(number_clusters, power, AOA_deg, sigma_deg, ...
delta_phi_deg, plot_number, colour)
% plot_gaussian(number_clusters, power, AOA_deg, sigma_deg,
% delta_
www.eeworm.com/read/292900/8326290
m plot_laplacian.m
function plot_laplacian(number_clusters, power, AOA_deg, sigma_deg, ...
delta_phi_deg, plot_number, colour)
% plot_laplacian(number_clusters, power, AOA_deg, sigma_deg,
% del
www.eeworm.com/read/292900/8326313
m plot_uniform.m
function plot_uniform(number_clusters, amplitude, AOA, AS, ...
plot_number, colour)
% plot_uniform(number_clusters, amplitude, AOA, AS, ...
% plot_number, colour)
%
% Plots t
www.eeworm.com/read/292777/8334490
m plot_a_figure.m
% David Krause, david.krause@ece.queensu.ca
% Queen's University
% July 4, 2006
% Create a two axes plot
% Clean up!
close all
clear all
clc
% Some plot data
x_bottom = [0, 1, 2, 3, 4] *