代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/10214/183334
m plot_psd.m
function plot_psd(xin, Fs, Nfft)
if (nargin < 3)
Nfft = 1024;
end
figure
[Pxx, f] = psd(xin, Nfft, 1, Nfft, Nfft/2);
Pxx = Pxx./max(Pxx);
plot((f-1/2)*Fs, 10*log10(fftshift(Pxx)),'b');
h
www.eeworm.com/read/13871/284354
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/13871/284374
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/13871/284495
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/13887/285326
m eeg_plot.m
function Fig = eeg_plot(width,time,erp,scale,interval,titles)
% EEG_PLOT - create a report style plot of ERP data
%
% Useage: eeg_plot(width,time,erp,scale,interval,titles)
%
% width - 1 = jo
www.eeworm.com/read/13887/285352
m mesh_plot.m
function [p] = mesh_plot(p),
% MESH_PLOT - plot a mesh from the p structure
%
% Useage: p = mesh_plot(p)
%
% The p structure is described in eeg_toolbox_defaults.
%
% Here, the p structure
www.eeworm.com/read/15915/576407
htm 0867plot.htm
www.eeworm.com/read/15970/613551
htm 0867plot.htm
www.eeworm.com/read/17769/759771
m indata_plot.m
%---------------将仿真输入数据从文件中读出------------------%
% f1=150; %
% f2=330;
www.eeworm.com/read/17970/769741
m indata_plot.m
%---------------将仿真输入数据从文件中读出------------------%
% f1=150; %
% f2=330;