代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/449504/7502998
m hessz.m
function stat=hessz(b,infoz,stat,varargin)
% PURPOSE: Calculate/update Inverse Hessian
% ------------------------------------------------------
% USAGE: stat=hessz(b,infoz,stat,varargin)
% Where: b
www.eeworm.com/read/449504/7503036
m plt_spat.m
function plt_spat(results,vnames)
% PURPOSE: Plots output using spatial regression results structures
%---------------------------------------------------
% USAGE: plt_spat(results,vnames)
% Where
www.eeworm.com/read/449130/7517951
m mychol.m
function [A,iflag] = mychol( A )
%
% Usage:
% [A,iflag] = mychol( A )
%
% Given a symmetric N by N matrix A, CHOL attempts
% to compute the Cholesky decomposition of A.
% (Inner product form.)
www.eeworm.com/read/448815/7525301
m findline.m
% findline - returns the coordinates of a line in an image using the
% linear Hough transform and Canny edge detection to create
% the edge map.
%
% Usage:
% lines = findline(image)
%
% Argume
www.eeworm.com/read/448815/7525302
m houghcircle.m
% houghcircle - takes an edge map image, and performs the Hough transform
% for finding circles in the image.
%
% Usage:
% h = houghcircle(edgeim, rmin, rmax)
%
% Arguments:
% edgeim - the edge
www.eeworm.com/read/448815/7525306
m normaliseiris.m
% normaliseiris - performs normalisation of the iris region by
% unwraping the circular region into a rectangular block of
% constant dimensions.
%
% Usage:
% [polar_array, polar_noise] = normal
www.eeworm.com/read/447276/7555312
makefile
## Copyright 2002, Maxime MORGE
## All Rights Reserved. Use is subject to license terms.
##
## See the file "COPYING" for information on usage and
## redistribution of this file, and for a DISCLAIM
www.eeworm.com/read/447276/7555429
installation
## Copyright 2002, Maxime MORGE
## All Rights Reserved. Use is subject to license terms.
##
## See the file "COPYING" for information on usage and
## redistribution of this file, and for a DISCLAIM
www.eeworm.com/read/447276/7555437
changes
# Copyright 2003, Maxime MORGE
# All Rights Reserved. Use is subject to license terms.
#
# See the file "COPYING" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF
www.eeworm.com/read/442927/7641742
m removesamevaluefeature.m
function [inData2, removedFeaIndex] = removeSameValueFeature(inData)
% removeSameValueFeature: Remove same-value features
% Usage: [inData2, removedFeaIndex] = removeSameValueFeature(inData)
%
% R