代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/202438/15384232

txt kalman 滤波的 matlab 程序 .txt

kalman 滤波的 matlab 程序 clear N=200; w(1)=0; w=randn(1,N) x(1)=0; a=1; for k=2:N; x(k)=a*x(k-1)+w(k-1); end V=randn(1,N); q1=std(V); Rvv=q1.^2; q2=std(x); Rxx=q2.^2;
www.eeworm.com/read/200429/15433496

m set_matlab_bgl_default.m

function old_default = set_matlab_bgl_default(options) % SET_MATLAB_BGL_DEFAULT Sets a default option for the Matlab BGL interface % % old_default = set_matlab_bgl_default(options) % options.istra
www.eeworm.com/read/200429/15433533

pdf matlab_bgl_v2.0.pdf

www.eeworm.com/read/200429/15433570

m get_matlab_bgl_options.m

function [trans check full2sparse] = get_matlab_bgl_options(options) % % Internal private function. % % Example: % Don't use this function! % doptions = set_matlab_bgl_default(); if (nar
www.eeworm.com/read/200429/15433590

mexglx matlab_bgl_sp_mex.mexglx

www.eeworm.com/read/200429/15433615

c matlab_bgl_sp_mex.c

/* * ============================================================== * matlab_bgl_sp_mex.c The mex interface to the matlab bgl wrapper. * * David Gleich * 20 April 20020 * =================
www.eeworm.com/read/379729/9180209

ac configure.ac

# # This file is a part of the Bayes Blocks library # # Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander # Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman. # # This program is free sof