代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/154209/11982958
m set.m
function set(obj,varargin)
%SET Method for FD line object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(
www.eeworm.com/read/154209/11983097
m set.m
function set(obj,varargin)
%SET Method for FD spec object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(
www.eeworm.com/read/154209/11983232
m set.m
function set(obj,varargin)
%SET Method for FD meas object
% - currently supports only scalar object inputs
% Syntax supported:
% SET(obj,'propname',val,...)
% SET(obj,struct,...)
% SET(
www.eeworm.com/read/256524/11990889
m rfhist.m
function [no,xo] = rfhist(rf,x,rfflag)
% rfhist - histogram for use with rainflow data.
%
% function [no,xo] = rfhist(rf,x,rfflag)
%
% Syntax: rfhist(rf)
% rfhist(rf,30)
% rfhis
www.eeworm.com/read/255925/12046088
m ssainv.m
function xr=SSAinv(pc,v,tau,k)
%Syntax: xr=SSAinv(pc,v,tau,k)
%_____________________________
%
% The inverse of Singular Spectrum Analysis for a time series.
%
% xr is the reconstructed time ser
www.eeworm.com/read/255925/12046108
m radnearest.m
function lock=radnearest(y,Y,T,r,p)
%Syntax: lock=radnearest(y,Y,T,r,p)
%__________________________________
%
% Locks the nearest neighbors of a reference point that lie within a
% radius in a ph
www.eeworm.com/read/252197/12293085
c regshift.c
/* $Revision: 1.21 $ */
/*
* REGSHIFT A Simulink triggered register_buff shift
*
* Syntax: [sys, x0] = regshift(t,x,u,flag,outDelay,tirgThreshold)
* This function has two inputs
www.eeworm.com/read/252197/12293245
c regdown.c
/* $Revision: 1.21 $ */
/*
* REGDOWN A Simulink register down block
*
* Syntax: [sys, x0] = regdown(t, x, u, flag, OutputIndex, Increament, trigThreshold, cycl_flag)
* This block outp
www.eeworm.com/read/251851/12314676
m transform.m
function POLY = transform(POLY,T,v)
% Apply affine transformation Tx + v to a polyhedron object, where T is
% an invertible n by n matrix and v is a constant vector
%
% Syntax:
% "P = transfo