代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/390738/8446479
m polyfitn.m
function polymodel = polyfitn(indepvar,depvar,modelterms)
% polyfitn: fits a general polynomial regression model in n dimensions
% usage: polymodel = polyfitn(indepvar,depvar,modelterms)
%
% Polyfitn
www.eeworm.com/read/390599/8457490
m get_psooptions1.m
%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm.
%
% Usage : psoOptions = get_psoOptions
% Arguments : None
www.eeworm.com/read/389318/8533746
m optset.m
% OPTSET Utility to set function options
% USAGE
% optset(funcname,optname,optvalue)
% INPUTS
% funcname : name of function
% optname : name of option
% optval : option value
%
% I
www.eeworm.com/read/389318/8533790
m optget.m
% OPTGET Utility to get previously set function default values
% USAGE
% optvalue=optget(funcname,optname,optvalue);
% INPUTS
% funcname : name of function
% optname : name of option
%
www.eeworm.com/read/433250/8537440
m fmcubic.m
function x = fmcubic(N, a)
% fmcubic -- create a signal with an interesting cubic frequency modulation
%
% Usage
% x = fmcubic(N)
%
% Inputs
% N length of the signal
% a degree of war
www.eeworm.com/read/433250/8537446
m tfdshift.m
function out = tfdshift(in)
% tfdshift -- Shift the spectrum of a TFD by pi radians.
%
% Usage
% out = tfdshift(in)
%
% Inputs
% in time-frequency distribution
%
% Outputs
% out shifted
www.eeworm.com/read/433250/8537582
m fmcubic.m
function x = fmcubic(N, a)
% fmcubic -- create a signal with an interesting cubic frequency modulation
%
% Usage
% x = fmcubic(N)
%
% Inputs
% N length of the signal
% a degree of war
www.eeworm.com/read/433250/8537607
m tfdshift.m
function out = tfdshift(in)
% tfdshift -- Shift the spectrum of a TFD by pi radians.
%
% Usage
% out = tfdshift(in)
%
% Inputs
% in time-frequency distribution
%
% Outputs
% out shifted
www.eeworm.com/read/188349/8547067
release
#!/bin/bash -xe
#
# Generate a NASM release
#
# Usage: release {test|real} [branch]
#
if [ -z "$SFUSER" ]; then
if [ -f "$HOME/.sfuser" ]; then
sfuser=`cat "$HOME/.sfuser"`
else
www.eeworm.com/read/289487/8548611
m featselregspanboundgd.m
function [RankedVariables,nbsvvec,Values,NbQP,NbInv,iter]=FeatSelspanboundGD(x,y,c,epsilon,kernel,kerneloption,verbose,FeatSeloption)
% USAGE
%
% [RankedVariables,nbsvvec,Values]=FeatSelspanbo