代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/461039/7235545
m pathdef.m
function p = pathdef
%PATHDEF Search path defaults.
% PATHDEF returns a string that can be used as input to MATLABPATH
% in order to set the path.
% Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/460016/7259026
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/460016/7259061
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/459152/7279670
m main_svm_one_class.m
% 支持向量机Matlab工具箱1.0 - One-Class SVM, 一类支持向量机
% 使用平台 - Matlab6.5
% 版权所有:陆振波,海军工程大学
% 电子邮件:luzhenbo@yahoo.com.cn
% 个人主页:http://luzhenbo.88uu.com.cn
% 参数文献:Chih-Chung Chang, Chih-Jen Lin. "LIBSVM: a