代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/132953/14065275
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC Returns the analytic signal corresponding to signal x.
%
z=hilbert(x);
www.eeworm.com/read/132953/14065464
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC Returns the analytic signal corresponding to signal x.
%
z=hilbert(x);
www.eeworm.com/read/204850/15332861
java ishape.java
/*
* IShape.java
*
* Created on April 29, 2005, 4:47 PM
*/
package hysun.draw;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
/**
* All drawing shapes should implement this inte
www.eeworm.com/read/203482/15357913
m ilabel.m
%ILABEL Label an image
%
% li = ILABEL(image)
% [li,maxlabel] = ILABEL(image)
%
% Perform connectivity analysis and return a label image LI, same size as
% IMAGE where each pixel value represents t
www.eeworm.com/read/203482/15357976
m iwindow.m
%IWINDOW General function of a neighbourhood
%
% w = IWINDOW(image, se, matlabfunc)
% w = IWINDOW(image, se, matlabfunc, edge)
%
% For every pixel in the input image it takes all neighbours for which
www.eeworm.com/read/202824/15371999
m ilabel.m
%ILABEL Label an image
%
% li = ILABEL(image)
% [li,maxlabel] = ILABEL(image)
%
% Perform connectivity analysis and return a label image LI, same size as
% IMAGE where each pixel value represents t
www.eeworm.com/read/202824/15372061
m iwindow.m
%IWINDOW General function of a neighbourhood
%
% w = IWINDOW(image, se, matlabfunc)
% w = IWINDOW(image, se, matlabfunc, edge)
%
% For every pixel in the input image it takes all neighbours for which
www.eeworm.com/read/202224/15389157
m mmv2struct.m
function varargout=mmv2struct(varargin)
%MMV2STRUCT Pack/Unpack Variables to/from a Scalar Structure. (MM)
% MMV2STRUCT(X,Y,Z,...) returns a structure having fields X,Y,Z,...
% containing the corre
www.eeworm.com/read/202224/15389248
m repeat2.m
% repeat2.m
% repeated value creation and counting
%x = [3 2 0 5 6]; % data to repeat
%n = [2 0 3 1 2]; % repeat counts
nz = n==0; % locations of zero elements
n(nz) = [];
www.eeworm.com/read/200388/15434393
m iwindow.m
%IWINDOW General function of a neighbourhood
%
% w = IWINDOW(image, se, matlabfunc)
% w = IWINDOW(image, se, matlabfunc, edge)
%
% For every pixel in the input image it takes all neighbours for which