代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/179737/9341211
m ex351.m
%----------------------------------------------------------------------------
% EX3.5.1
% to solve the ordinary differential equation gi
www.eeworm.com/read/179737/9341226
m ex892.m
%----------------------------------------------------------------------------%
% Example 8.9.2 %
% to solve a static beam deflection usin
www.eeworm.com/read/179737/9341237
m ex891.m
%----------------------------------------------------------------------------%
% Example 8.9.1 %
% to solve a static beam deflection usin
www.eeworm.com/read/179737/9341295
m ex352.m
%----------------------------------------------------------------------------
% EX3.5.2
% to solve the ordinary differential equation gi
www.eeworm.com/read/179150/9368414
m mmono.m
function f=mmono(x)
%MMONO Test for Monotonic Vector.
% MMONO(X) where X is a vector returns:
% 2 if X is strictly increasing,
% 1 if X is non decreasing,
% -1 if X is non increasing,
%
www.eeworm.com/read/375212/9368965
m wrtpulse.m
function [newu,newy] = wrtpulse(u,y,n,delay);
%WRTPULSE Creates input/output matrices for dynamic model identification
% This function rewrites vectors of system inputs and output
% so that they
www.eeworm.com/read/178375/9405845
c convolve.c
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/178061/9420807
m fnnls.m
function b = fastnnls(x,y,tol,b)
% $ Version 1.02 $ Date 28. July 1998 $ Not compiled $
%
% See also:
% 'unimodal' 'monreg' 'fastnnls'
%
% Copyright, 1998 -
% This M-file and the code in it
www.eeworm.com/read/373970/9426510
m binvec216vec.m
function b=binvec216vec(a)
%pass a binary vector the result is a 16 vector b(0,1,2,3,...,15)
%if a's length is odd, adds a zero at the first of a
%written by Joe Williams, Stanford University
%if you