代码搜索:MatLAB
找到约 10,000 项符合「MatLAB」的源代码
代码结果 10,000
www.eeworm.com/read/379728/9180236
txt readme.txt
Description
------------
The toolbox contains several Matlab scripts, MEX source code in c++
and precompiled mex-files for Linux and Windows. See "contents.m" for
short description of the Matlab func
www.eeworm.com/read/182453/9203718
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/182453/9203745
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/182398/9205102
txt readme.txt
README file for Yashil's FCM Clustering MATLAB (Y_FCMC) Toolbox Ver. 1.0
------------------------------------------------------------------------
This MATLAB Toolbox contains M-files for the follo
www.eeworm.com/read/181987/9222669
c circle_f_mex.c
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:26:00 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/181987/9222767
c exm1_mex.c
/*
* MATLAB Compiler: 2.2
* Date: Tue Jun 25 12:31:25 2002
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/181851/9234265
c sin1500matl.c
//Sin1500MATL.c Generates sine from table created with MATLAB
#include "sin1500.h" //sin(1500) created with MATLAB
short i=0;
interrupt void c_int11()
{
output_sample(sin1500[i]); //o
www.eeworm.com/read/378032/9253490
readme
These codes were developed using matlab 6.0 under Linux. They have been
successfully run on all versions of matlab >6.0 and on all operating systems.
They can be quite memory intensive (and slow) i
www.eeworm.com/read/377494/9274430
m speedup3.m
function Speedup3
% Speedup3.m
% 功能:比较具有相同功能的自定义函数与MATLAB内部函数的运行速度
%
% 加快MATLAB执行程序的方法之三:尽量使用MATLAB内部函数(包括各种工具箱函数)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
%