登录
首页 » matlab » conversion_gui

conversion_gui

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

  • ondera
    Custom tools for MATLAB supporting analysis and design of nonlinear control systems are introduced in this paper. The paper demonstrates their use to solve sample nonlinear control problems and presents some of the MATLAB algorithms involved
    2013-07-28 18:05:17下载
    积分:1
  • Fimage
    二维数据成像利器,看波场快照、地震记录专用(Two-dimensional data imaging tool, see the wave field snapshots, seismogram special)
    2015-04-29 10:37:47下载
    积分:1
  • learnmatlab7
    matlab7.0英文版学习手册,很不错的,推荐一下!(English learning matlab7.0 manual, very good, recommend you!)
    2008-03-21 18:08:16下载
    积分:1
  • Imsol
    this surce code is imsol matlab
    2013-08-04 17:50:17下载
    积分:1
  • LLE
    Locally linear embedding(LLE)是一个经典的流形学习降维方法,通过LLE发现高维数据潜在的内在维数,可以简化计算、方便可视化处理等。(Locally linear embedding (LLE) is a classic manifold learning dimensionality reduction method, discovered by LLE potential inherent high dimensional data dimension, the calculation can be simplified to facilitate visual processing.)
    2013-11-27 19:28:30下载
    积分:1
  • 代码
    说明:  可以提供风光火储能一体化研究,采用matlab yalmip优化工具箱(The MATLAB yalmip optimization toolbox can be used to study the integration of wind, fire and energy storage)
    2021-03-26 01:49:14下载
    积分:1
  • accessory_parameter
    lingjian.m-----蒙特卡罗方法(Monte Carlo)
    2012-04-16 11:18:08下载
    积分:1
  • chi2test
    H = CHILD returns the handle to a new CHILD or the handle to the existing singleton*. CHILD( CALLBACK ,hObject,eventData,handles,...) calls the local function named CALLBACK in CHILD.M with the given input arguments. CHILD( Property , Value ,...) creates a new CHILD or raise
    2012-08-05 19:33:14下载
    积分:1
  • Ordinary-Differential-Equations
    数值解法利用计算机,使得求更精确、效率高而 MATLAB 是一种数学软件包,有高级编程 公式 (Numerical solution using the computer, so that demand is more accurate, efficient and MATLAB is a mathematical software package, a senior programming formula)
    2014-11-09 13:27:27下载
    积分:1
  • nsga2-gnuplot-v1.1.5-64bit
    基于多目标优化进化算法。处理约束问题的改进的多目标进化算法。(Based multi-objective optimization evolutionary algorithm. Constraint problems improved multi-objective evolutionary algorithm.)
    2013-03-23 21:08:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载