-
GUI_MATLAB
使用MATLAB制作gui,有代码举例,有ppt说明(Produced using MATLAB gui, there is the code example, there ppt shows)
- 2010-06-04 23:30:43下载
- 积分:1
-
wenlifenge
数字图像纹理分割的一种简单易懂的方法 用matlab实现(A good idea for math picture)
- 2011-01-08 14:24:16下载
- 积分:1
-
Tracking-Object
Test of Object Tracking
- 2012-02-15 15:24:54下载
- 积分:1
-
PDToolbox_matlab-master (1)
说明: 演化博弈Matlab工具箱, 适用于复杂网络演化博弈研究(evolutionary game toolbox)
- 2020-12-10 15:59:18下载
- 积分:1
-
HMT
说明: 基于MATLAB环境下的HMT隐马尔克夫树模型参数训练代码母函数(Based on the MATLAB environment HMT parameters hidden Markov tree model training code generating function)
- 2008-09-19 15:07:50下载
- 积分: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
-
Matlabstructlight
结构光是三维重建matlab完成实例~。(Which matlab just completed rebuilding the structure.)
- 2011-09-18 14:16:51下载
- 积分:1
-
matlab.example.part3
入门级代码,matlab源代码的第三部分。(Entry-level code, matlab source code for the third part.)
- 2011-10-20 01:06:28下载
- 积分:1
-
matlab_FFT
在matlab上实现各自函数傅立叶变换的小程序,仅供参考。(In matlab to achieve their respective functions Fourier transform applet for reference only.)
- 2013-11-12 19:53:02下载
- 积分:1
-
ecgclassification
Ecg classfication using mat file format
- 2014-02-17 14:08:47下载
- 积分:1