登录
首页 » matlab » conversion_gui

conversion_gui

于 2010-07-30 发布 文件大小:8KB
0 196
下载积分: 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 个回复

  • tftb
    matlab文件操作的典型 例子,欢迎指正(matlab file operations of a typical example, please correct me)
    2008-07-06 17:46:46下载
    积分:1
  • diamond_distribution
    改程序是经典的模态识别程序,基本包括了所有的模态识别方法,包括prony法、era发、频域分析法,还具有有限元分析等功能,对模态分析特别有帮助。(Reform program is the classic modal identification procedures, including all of the basic modal identification methods, including prony law, era hair, frequency domain analysis, also has features such as finite element analysis, modal analysis of particularly helpful.)
    2011-06-22 18:39:50下载
    积分:1
  • 新建文件夹
    基于平均驻留时间分析方法的网络切换控制系统稳定性控制方法研究(Stability control method of network switching control system based on average dwell time analysis method)
    2020-12-31 16:28:58下载
    积分:1
  • 曲面拟合01
    最小二乘MATLAB程序,适合用于三维点云的最小二乘拟合。功能很强大!(Least squares MATLAB procedures, suitable for three-dimensional point cloud least square fitting. Powerful!)
    2017-08-23 18:37:04下载
    积分:1
  • jouyui
    基于matlab GUI界面设计,代码里有很完整的注释和解释,合成孔径雷达(SAR)目标成像仿真。( Based on matlab GUI interface design, Code, there are very complete notes and explanations Synthetic Aperture Radar (SAR) imaging simulation target.)
    2016-05-13 15:15:23下载
    积分:1
  • matlab_fft
    利用matlab实现了fft和ifft算法,并给出了利用fft算法解决微分方程的问题的方法。(Fft using matlab achieved and ifft algorithms, and is given the use of fft algorithm to solve the differential equation problem.)
    2009-12-25 21:20:40下载
    积分:1
  • EMD_HHT2
    还是希尔伯特--黄变换的程序,呵呵。hht emd(or Hilbert-- Huang Transform procedures, huh. Hht EMD)
    2006-06-15 15:16:38下载
    积分:1
  • raytracing
    raytracing program for seismic forward modeling
    2013-08-08 06:12:38下载
    积分:1
  • sos-tools
    this is an SOS Tool for Matlab users
    2015-01-05 15:34:33下载
    积分:1
  • BGA_Guidelines
    BGA布线手册,很好,很强大!搞硬件的朋友可以看看!!!(BGA layout,very good !)
    2011-01-06 16:27:46下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载