代码搜索:MatLAB
找到约 10,000 项符合「MatLAB」的源代码
代码结果 10,000
www.eeworm.com/read/286450/8763745
txt pso.txt
基本粒子群优化算法<mark>Matlab</mark>源程序
这个程序就是最基本的粒子群优化算法程序,用<mark>Matlab</mark>实现,非常简单。只有几十行代码。正所谓一分钱一分货啊,优化效果不总是令人满意。我还有几个改进的粒子群优化算法版本,这一段时间会陆续发上来。
下面是主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。
...
www.eeworm.com/read/385934/8777300
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/385805/8788205
readme
-----------------------------------------
--- MATLAB/OCTAVE interface of LIBSVM ---
-----------------------------------------
Table of Contents
=================
- Introduction
- Installation
- Usag
www.eeworm.com/read/429797/8788411
m wsmooth.m
function [zs,L] = wsmooth(z,x,y,L)
%WSMOOTH 1D and 2D robust smoothing.
% ZS = WSMOOTH(Z,X,L) smoothes the signal Z(X) using the smoothing
% parameter L. Z and X must be vector arrays of same
www.eeworm.com/read/385591/8797544
c showdata.c
/*
* MATLAB Compiler: 3.0
* Date: Thu Jun 21 22:06:04 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/385591/8797584
c showdata.c
/*
* MATLAB Compiler: 3.0
* Date: Fri Jun 22 08:45:52 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/385588/8797646
c mrandplot.c
/*
* MATLAB Compiler: 3.0
* Date: Fri Jun 22 20:48:08 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/385588/8797657
c mrandplot.c
/*
* MATLAB Compiler: 3.0
* Date: Fri Jun 22 20:33:38 2001
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ