-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
MCR-MATLAB-bug
该文档为脱离MATLAB环境,安装MCR后仍然不能运行程序的解决方法。(The document is from the MATLAB environment, the installation still can not run the program after the MCR solution.)
- 2011-05-11 17:22:20下载
- 积分:1
-
PCS01_key
Matlab code for sphit code and its use in compresion details
- 2013-09-02 17:43:04下载
- 积分:1
-
Matlab--Interpolation
Matlab之插值法,包括线性插值,等等(Matlab of the interpolation method, there are close to point interpolation)
- 2014-12-03 15:21:17下载
- 积分:1
-
Opt_Nelder
Nelder-Mead法用于多维变量的最优化问题,维数>=2.(Nelder-Mead method for multidimensional optimization problem variables, dimension> = 2.)
- 2011-11-29 22:18:09下载
- 积分:1
-
4阶经典Runge-Kutta格式解常微分方程 numerical-simulation
4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0(Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function points, third-order spline interpolation (first derivative boundary conditions), fixed-step trapezoidal method for integrating functions, matrix A adjoint matrix, Lagrange interpolation method for numerical solution, Newton iterative method for solving nonlinear equations f (x) = 0)
- 2014-05-14 18:25:03下载
- 积分:1
-
robot
Robotics TOOLBOX
The Toolbox provides many functions that are useful in robotics including such things as
kinematics, dynamics, and trajectory generation. The Toolbox is useful for simulation as
well as analyzing results from experiments with real robots.
Have fun with the toolbox. It is self-explanatory and very (robotics) user friendly...see the robot.pdf
- 2007-09-30 12:54:02下载
- 积分:1
-
OFDM-IEEE-PAPER
IEEE paper for analysis based on ofdm
- 2011-11-17 19:29:11下载
- 积分:1
-
fdk
医学图像三维重建算法中比较简单使用的fdk算程序,该程序使用S-L滤波函数(The use of relatively simple FDK program for calculation of 3D reconstruction of medical images, the program uses the S-L filter function)
- 2014-05-30 19:37:24下载
- 积分:1
-
xiao_qiu
理论力学-小球与弹簧块matlab模拟(xqythk.m xqythkfun.m ) (Theoretical Mechanics- small ball and spring block matlab simulation (xqythk.m xqythkfun.m))
- 2009-12-27 08:59:02下载
- 积分:1