代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/160887/10475947
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/160583/10516613
png simple_plot.png
www.eeworm.com/read/160583/10516627
py simple_plot.py
#!/usr/bin/env python
"""
Example: simple line plot.
Show how to make and save a simple line plot with labels, title and grid
"""
from pylab import *
t = arange(0.0, 1.0+0.01, 0.01)
s = cos(2*2*pi*t)
www.eeworm.com/read/160583/10516755
py stem_plot.py
#!/usr/bin/env python
from pylab import *
x = linspace(0.1, 2*pi, 10)
markerline, stemlines, baseline = stem(x, cos(x), '-.')
setp(markerline, 'markerfacecolor', 'b')
setp(baseline, 'color','r', 'lin
www.eeworm.com/read/160482/10527168
m plot_contour.m
function plot_contour(sig,fs)
%PLOT_CONTOUR Plots the signal, its absolute value, and its contour.
%
% PLOT_CONTOUR(sig) Computes the absolute value of sig and the smoothed
% absolute value of sig. It
www.eeworm.com/read/160482/10527181
m plot_cepstrum.m
function plot_cepstrum(sig)
%PLOT_CEPSTRUM Plots the cepstrum of the signal.
%
% PLOT_CEPSTRUM(sig) Computes the cepstrum of sig and plots it up to 10000.
%
% By: Matthew Hutchinson
% Created: 1
www.eeworm.com/read/160482/10527186
m example_plot.m
function plot_example()
%PLOT_EXAMPLE Plots example cepstrums.
%
% PLOT_EXAMPLE loads vowel sounds of two subjects (male and female),
% calculates their cepstrums, and plots the cepstrums on the s
www.eeworm.com/read/159963/10583894
m wienerfilter_plot.m
% File: WienerFilter_Plot.m
% -------------------------
% This file is used to draw the various plots
function WienerFilter_Plot()
load WienerFilter_SeqGen.mat;
load WienerFilter_Core.mat;
l
www.eeworm.com/read/422591/10627000
rd plot.kde.rd
\name{plot.kde}
\alias{plot.kde}
\title{Kernel density estimate plot for 1- to 3-dimensional data}
\description{
Kernel density estimate plot for 1- to 3-dimensional data.
}
\synopsis{\method{plot
www.eeworm.com/read/422590/10627341
rd plot.cde.rd
\name{plot.cde}
\alias{plot.cde}
\title{Plots conditional densities}
\description{
Produces stacked density plots or highest density region plots for a univariate density conditional on one covari