代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/415311/11077251
m plot_scatter.m
function plot_scatter(plot_features, plot_targets, fig, color)
% Make a scatter plot of the data
% Inputs:
% plot_features - Data features
% plot_targets - Data targets
% fig - Optional figu
www.eeworm.com/read/414146/11126247
m capacity_plot.m
function output=capacity_plot(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%
www.eeworm.com/read/267106/11194349
m plot_proc.m
%plot_proc is used to change properties of a user selected curves
%
% plot_proc(nTask,arg1,arg2)
%where
% nTask -- curve manipulation code
% 1 display dialog box for preference
%
www.eeworm.com/read/249499/12491164
rd plot.mvr.rd
%% $Id: plot.mvr.Rd 99 2006-10-04 10:54:35Z bhm $
\encoding{latin1}
\name{plot.mvr}
\alias{plot.mvr}
\title{Plot Method for MVR objects}
\description{
\code{plot.mvr} plots predictions, coefficients
www.eeworm.com/read/334879/12565367
m plot_laplace.m
function plot_laplace( x,params,hAx,plot_num,fontsize )
% plot the laplace distribution with parameter "u" and "b"
%
% the distribution is given by:
%
% p(x) = 1/(2*b)*exp(-abs(x-u)/b)
%
www.eeworm.com/read/334879/12565371
m plot_normal.m
function plot_normal( x,params,hAx,plot_num,fontsize )
% plot the normal distribution with parameter "u" and "sig2"
%
% the distribution is given by:
%
% p(r) = sqrt(1/2/pi/sig^2)*exp(-((
www.eeworm.com/read/334879/12565373
m plot_rayleigh.m
function plot_rayleigh( x,params,hAx,plot_num,fontsize )
% plot the rayleigh distribution with parameter "a"
%
% the distribution is given by:
%
% p(r)=r*exp(-r^2/(2*s))/s
%
% format:
www.eeworm.com/read/334879/12565381
m plot_maxwell.m
function plot_maxwell( x,params,hAx,plot_num,fontsize )
% plot the maxwell distribution with parameter "a"
%
% the distribution is given by:
%
% p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^
www.eeworm.com/read/334860/12568453
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/147186/12578824
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