代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/275202/10829434
m plot3.m
function plot3(A,c)
% plot3(A,c): plot a 3d line connecting end points of A in color c
%
%See also gable.
% GABLE, Copyright (c) 1999, University of Amsterdam
% Copying, use and development for non-c
www.eeworm.com/read/419873/10832978
m plot1.m
% Generates a stem plot showing the ACF
% for a Gold sequnce
% Kai Borre, February 12, 2006
ca_codes
close all
figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Bas
www.eeworm.com/read/419561/10861111
m plot_zforce.m
%This calls the plot functions for the fixed receivers
%
function [] = plot_zforce();
global_sys_params;
global_zforce;
ui_global_zforce;
global_fig;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Plot channel and
www.eeworm.com/read/418911/10891940
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/418838/10894718
jpg ber-plot.jpg
www.eeworm.com/read/273093/10927670
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/418695/10935259
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/418304/10954447
m fm_plot.m
function fm_plot(flag)
% FM_PLOT plot results of Continuation Power Flow,
% Optimal Power Flow and Tiam Domain
% Simulations.
%
% FM_PLOT(FLAG)
% FLAG 0 -> create variable list
%
www.eeworm.com/read/418304/10954842
bmp plot_arrowup.bmp
www.eeworm.com/read/418304/10954850