代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/359240/10159915
m 例11-14 .m
/*
* engdemo.c
*/
#include
#include
#include
//engine.h中包含有使用计算引擎时要用的函数声明
#include "engine.h"
#define BUFSIZE 256
int main()
{
Engine *ep;
mxA
www.eeworm.com/read/359240/10160018
m 例2-62.m
>> fn='2*exp(-x)*sin(x)'; %定义fn函数
>> xmin=fminbnd(fn,2,5) %在区间(2,5)之间寻找最小值
>> emin=5*pi/4-xmin %求最小值的误差
>> x=xmin; %令x为最小值点
>> ymin=eval(fn)
www.eeworm.com/read/359009/10171227
xml info.xml
13
GARCH
toolbox
$toolbox/matlab/icons/matlabicon.gif
Help
doc garch/
www.eeworm.com/read/359005/10171632
xml info.xml
13
Fuzzy Logic
toolbox
$toolbox/matlab/icons/matlabicon.gif
FIS Editor Viewer
www.eeworm.com/read/358640/10183106
bat bcc54engmatopts.bat
@echo off
rem BCC54ENGMATOPTS.BAT
rem
rem Compile and link options used for building engine and MAT-API
rem applications with the Borland C compiler.
rem
rem $Revision: 1.3 $ $Date: 20
www.eeworm.com/read/358640/10183107
bat wat11copts.bat
@echo off
rem WAT11COPTS.BAT
rem
rem Compile and link options used for building MEX-files with
rem the WATCOM C compiler version 11.0
rem
rem $Revision: 1.23 $ $Date: 2000/08/26 05:29
www.eeworm.com/read/358640/10183108
bat bcc55engmatopts.bat
@echo off
rem BCC55ENGMATOPTS.BAT
rem
rem Compile and link options used for building engine and MAT-API
rem applications with the Borland C compiler.
rem
rem $Revision: 1.3 $ $Date: 20
www.eeworm.com/read/358640/10183110
bat watcopts.bat
@echo off
rem WATCOPTS.BAT
rem
rem Compile and link options used for building MEX-files with
rem the WATCOM C compiler
rem
rem $Revision: 1.17 $ $Date: 2000/08/26 05:29:18 $
rem
rem