-
matlab-ppt
MATLAB的学习资料,ppt格式,希望能对你有用(MATLAB' s learning materials, ppt format, hoping to be useful to you)
- 2010-06-15 21:03:38下载
- 积分:1
-
GA
说明: 遗传算法的matlab实现,包括遗传各种操作的程序源码。(Genetic algorithm matlab realize, including a variety of operating procedures for the genetic source.)
- 2008-03-31 21:52:58下载
- 积分:1
-
pre_bp
bp神经网络通用预测程序,matlab2009编写,可直接输入数据。(bp neural network forecasting process common, matlab2009 preparation, can be directly input data.)
- 2010-01-31 00:47:41下载
- 积分:1
-
ShortEst
matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如
a = [-1,2,3 2,-1,4 3,4,-1]
ShorstEst(a)
即可(matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder matlab run (first run mex-setup, associated VC with MATLAB) method call, such as a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst (a) can)
- 2009-02-03 15:25:48下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
pls
一个非常实用的pls,matlab源程序,希望给大家已帮助(A very useful pls, matlab source code, I hope to have helped)
- 2011-07-18 16:39:35下载
- 积分:1
-
matalab_control_design
说明: 《Matlab控制系统计算机辅助设计》随书程序(" Matlab control system for computer-aided design," with the book program)
- 2009-05-08 20:41:27下载
- 积分:1
-
untitled
matlab m file program
- 2012-11-13 17:11:29下载
- 积分:1
-
2014CUMCM_B
2014年全国大学生数学建模竞赛B题(思路分析及matlab程序打包)。可供后期参赛训练使用。(2014 National Mathematical Contest in Modeling B and that (thinking and analysis matlab packaged). Late entries for training use.)
- 2020-11-30 15:09:27下载
- 积分:1
-
goto
we can use goto function in matlab.
- 2012-08-30 14:25:01下载
- 积分:1