登录
首页 » matlab » conversion_gui

conversion_gui

于 2010-07-30 发布 文件大小:8KB
0 129
下载积分: 1 下载次数: 6

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • image_matching_with_matlab
    用matlab语言实现的图像匹配,效果还不错!(Language implementation using matlab image matching results were pretty good!)
    2009-11-17 08:31:54下载
    积分:1
  • fcmFch
    说明:  图像量化方式,模糊C均值 可用于图像分类(Fcm for image Quntation)
    2011-03-28 15:32:53下载
    积分:1
  • Matlab7.0
    MATLAB是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分(The MathWorks Inc. MATLAB is a U.S. commercial mathematics software for algorithm development, data visualization, data analysis, and numeric computation senior technical computing language and interactive environment, including MATLAB and Simulink two most)
    2013-10-30 11:34:08下载
    积分:1
  • Signal-processing-simulation
    运用MATLAB对自适应滤波器的应用、非平稳信号、非高斯信号进行分析处理。(Use of MATLAB in adaptive filter, non-stationary signals, the non-Gaussian signal analysis and processing.)
    2012-05-15 14:58:10下载
    积分:1
  • matlabdiancijiaocheng
    matlab电子教程 包括插值拟合、稀疏矩阵、高级图形对象等有用的知识。均为pdf文件。(matlab tutorial, including electronic fitting interpolation, sparse matrix, advanced graphics and other objects useful knowledge. Are pdf files.)
    2011-10-25 10:17:13下载
    积分:1
  • Code-FLC-ANFIS-GA-PSO
    We describe in this paper a new hybrid approach for mathematical function optimization combining Particle Swarm Optimization (PSO) and Genetic Algorithms (GAs) using Fuzzy Logic for parameter adaptation and integrate the results. The new evolutionary method combines the advantages of the fuzzy logic to give us an improved FPSO+FGA hybrid method. Fuzzy Logic is used to combine the results of the PSO and GA in the best way possible.
    2016-03-13 18:03:40下载
    积分:1
  • yellow
    是基于的Robot Soccer v1.5a控制源码(Is based on the control of the Robot Soccer v1.5a source)
    2008-05-19 08:40:41下载
    积分:1
  • C4.5-2
    说明:  数据挖掘中的c4.5算法 给予决策树(Data Mining in the given decision tree algorithm c4.5)
    2008-09-05 08:25:53下载
    积分:1
  • matlabprototype
    文章主要对2*2的MIMO系统的各个参数进行了仿真,并在文章中给出相应程序和结果。对于MIMO系统的研究有极高的参考价值!(article focuses on the 2* 2 MIMO system in all parameters of the simulation, In the article, and given the corresponding procedures and results. MIMO system for the study of high reference value.)
    2007-05-04 23:30:12下载
    积分:1
  • SHUZI
    matlab数字图像处理常用语句,方便查询和学习。分享给大家。(matlab digital image processing commonly used sentences, easy access and learning. For everyone to share.)
    2014-11-02 20:53:40下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载