代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/217557/14958750
m append_array.m
function A = append_array(A,B)
% Append a 1-dimensional `cell array` to another 1-dimensional cell array
%
% Syntax:
% "A = append_array(A,B)"
%
% Description:
% Appends the content of th
www.eeworm.com/read/217557/14958793
m affine.m
function xdot = affine(t,x,flag,A,b)
% Compute the state derivative for the affine dynamic "dx/dt = A*x + b"
%
% Syntax:
% "xdot = affine(t,x,flag,A,b)"
%
% Description:
% Return the stat
www.eeworm.com/read/217557/14958795
m step_response.m
function xfinal = step_response(A,Ainv,b,tf)
% Compute the `step response` of the affine system.
%
% Syntax:
% "xfinal = step_response(A,Ainv,b,tf)"
%
% Description:
% Compute the final v
www.eeworm.com/read/217397/14966101
c simbchdc.c
/*============================================================================
* Syntax:[sys, x0, str, ts] = simbchdc(t, x, u, flag, n, k, t_err, tp, dim)
*SIMBCHDC SIMULINK S-function for BCH de
www.eeworm.com/read/217397/14966103
c swriwks.c
/*
* SWRITFIL A SIMULINK trigged write to a workspace variable.
*
* Syntax: [sys, x0] = swritwks(t,x,u,flag, varname, format, pulnum, threshold)
* This function has two inputs and no outpu
www.eeworm.com/read/217397/14966124
c arymimai.c
/*
* ARYMIMAI array minimum/maximum index computation.
*
* Syntax: [sys, x0] = arymimai(t,x,u,flag,Func)
* where Func is the string which could be min or max.
*
www.eeworm.com/read/217397/14966145
c srandint.c
/*
* SRANDINT A SIMULINK trigged read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t, x, u, flag, seed, multNum)
* This function is for SIMULINK Triggered read-from-workspace b
www.eeworm.com/read/217397/14966150
c indxtabl.c
/*
* INDXTABL A SIMULINK index look up table.
*
* Syntax: [sys, x0] = indxtabl(t, x, u, flag, codebook)
* This block takes the block input as index and the output is one of the
* val
www.eeworm.com/read/217397/14966153
c swritwks.c
/*
* SWRITFIL A SIMULINK trigged write to a workspace variable.
*
* Syntax: [sys, x0] = swritwks(t,x,u,flag, varname, format, pulnum, threshold)
* This function has two inputs and no outpu
www.eeworm.com/read/217397/14966206
c arymodu.c
/*
* ARYMODU array modulus calculation
*
* Syntax: [sys, x0] = arymodu(t,x,u,flag,base)
* where base is a integer which is the modulus base.
* Wes Wang 6/14/