-
MATLAB_allorder
在matlab中运用到的所有命令,可以帮助对其中的一些已有模块的函数进行了解(in using Matlab to all orders can help some of these modules has been carried out to understand the function)
- 2007-04-16 00:47:25下载
- 积分:1
-
MSSB32
利用对已知样本的学习,测试,从而对未知样本进行分类!(Study using the known sample, test, and thus to classify the unknown samples!)
- 2010-06-28 16:36:31下载
- 积分: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
-
21642351
Email must the same with registered Email info
EMail:
Email must the same with registered Email info
EMail:
File: Largest 100M, the name should less 40 bytes long and should be English. Only support .rar,.zip,.gz filesM, the name should less 40 bytes long and should be English. Only support .rar,.zip,.gz files
- 2009-11-17 03:44:39下载
- 积分:1
-
03c141047c91
three motor simulation work in matlab algorithm
- 2012-05-28 13:14:00下载
- 积分:1
-
MATLAB
《MATLAB仿真技术与实例应用教程》一书中的仿真算例。("MATLAB simulation technology tutorials and examples of application," a book of a simulation example.)
- 2012-01-01 18:18:25下载
- 积分:1
-
transf
tranfering of data from one to another
- 2011-05-14 00:14:05下载
- 积分:1
-
zhifangtu
这个代码是直方图的一个应用,可以帮助了解直方图。(This code is an application of the histogram can help to understand the histogram.)
- 2010-06-01 00:33:27下载
- 积分:1
-
2dpsk
用matlab实现2dpsk的图形仿真最基础的东西(Graphics with matlab simulation to achieve 2dpsk the most basic things)
- 2011-06-11 17:27:36下载
- 积分:1
-
dipum_images_ch09
dipum_images_ch09 matlab编程实例(dipum_images_ch09 matlab Programming Example)
- 2009-09-12 14:05:38下载
- 积分:1