代码搜索:S-V MATLAB
找到约 10,000 项符合「S-V MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/164961/10080423
pdf function_matlab.pdf
www.eeworm.com/read/360352/10101607
doc txt-matlab.doc
www.eeworm.com/read/358558/10184724
txt matlab nihe.txt
%x,y应是原始数据,下面的数据仅是为了说明问题而自设的示例数据。
%f的形式应由具体的模型推导得到,要符合实际情况,不可牵强,否则拟合效果不好!
%x0的选择也很重要,应和理论值比较接近,否则也可能拟合效果不好!
%p是根据数据和拟合的函数形式而得到的参数值。
x=0:0.1:1;
y=10./(1+exp(-0.01.*x))+1;
f=inline('p(1)./(1+e ...
www.eeworm.com/read/357849/10200429
txt pso,matlab.txt
[算法]带交叉因子的粒子群优化算法matlab源程序
网上资源
sunshine 发表于 2007-11-20 20:04:56
带交叉因子的粒子群优化算法matlab源程序
大明 发表于 2006-8-26 17:04:00
程序源代码:其中PSOGA.m文件,也就是主程序如下
%--------------------------------
www.eeworm.com/read/357191/10213927
pdf matlab16.pdf
www.eeworm.com/read/357091/10216230
pdf mit_matlab.pdf
www.eeworm.com/read/356890/10219594
cpp matlab_engdlg.cpp
// matlab_engDlg.cpp : implementation file
//
#include "stdafx.h"
#include "matlab_eng.h"
#include "matlab_engDlg.h"
#include "engine.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
www.eeworm.com/read/356890/10219595
h matlab_eng.h
// matlab_eng.h : main header file for the MATLAB_ENG application
//
#if !defined(AFX_MATLAB_ENG_H__BDED56DB_4CA3_4CF6_8A09_C5022AF3B522__INCLUDED_)
#define AFX_MATLAB_ENG_H__BDED56DB_4CA3_4CF6_8
www.eeworm.com/read/356890/10219596
cpp matlab_eng.cpp
// matlab_eng.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "matlab_eng.h"
#include "matlab_engDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/356890/10219598