PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)
PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) ...
探索A-X技术的无限可能,这里汇聚了13602个精选资源,从基础理论到高级应用一应俱全。A-X技术以其高效能、低功耗及卓越的信号处理能力,在通信、物联网、智能家居等领域展现出巨大潜力。无论是初学者还是资深工程师,都能在这里找到适合自己的学习资料和技术文档,加速项目开发进程,提升个人技能。立即加入我们...
PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) ...
performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta ...
A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1) and two Neumann ed...
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
KSZ8995M/X 5-Port Switch Update on “A” version Dec 2003 Three Generations of KS8995El
给出Henon的模型x(i+1)=1+y(i)-a*x(i)^2 y(i+1)=b*x(i)
Datasheet for K4M511633C chip. It s a 8M x 16Bit x 4 Banks Mobile SDRAM from Samsung.
Fortran program: Evaluate a sequence of exponential integrals En(x)
这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )*...