-
fem2d_50line
一个50行的Matlab有限元程序(二维线弹性问题),执行fem2d.m即可。(A 50-line Matlab finite element program (two-dimensional linear elastic problem), Executive fem2d.m .)
- 2010-06-08 14:29:48下载
- 积分: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
-
jingtaixiaoy
基于小波变换和经验模态分解的大地电磁信号静态效应消除源程序(Based on wavelet transform and empirical mode decomposition of the magnetotelluric signal source to eliminate the static effect of)
- 2009-11-23 20:33:09下载
- 积分:1
-
2
说明: 混沌系统仿真软件,用于混沌系统的仿真;通过分析系统的参数和初始状态来观测混沌系统的运行轨迹。(Chaotic system simulation software for simulation of chaotic systems,Through the analysis of the parameters and the initial state of system to measure the trajectories of chaotic systems.
)
- 2013-08-26 17:09:43下载
- 积分:1
-
PSNR-ON-GUI-IN-MATLAB
MATLAB CODE HKK KLLKKNXJ JSKIU MXNLZXLJ JHKS. M,NJKHZN JKHNK. JLX,
- 2013-10-07 12:07:27下载
- 积分:1
-
Time-Series-in-Matlab
time series In this example we will use a synthetic data set. To create our synthetic data we will make our unit of time 1000 years = 1 ky and sample a 500,000 year record in 2 ky increments. We first create a vector containing the times:
- 2013-10-14 19:55:09下载
- 积分:1
-
MATLAB_notes
ppt for matlab notes
- 2007-10-18 15:24:11下载
- 积分:1
-
Morphologic
二值图像形态滤波和灰度图像形态滤波操作的Matlab实现。(Binary image morphological filter and grayscale images Matlab morphological filtering operations to achieve.)
- 2009-12-17 11:10:33下载
- 积分:1
-
strong_filter
强跟踪滤波器对于强机动具有非常好的机动性能,针对战斗机越来越强的机动性能,已变得必不可少的滤波方法。这里总结了数篇关于强机动目标跟踪的文章,希望对大家的科研有帮助(Strong Tracking Filter for strong motor with very good maneuverability for getting stronger fighter maneuverability, has become an essential filtering method. Here is a summary of several articles on the strong maneuvering target tracking article, we want to help research)
- 2014-01-15 18:10:17下载
- 积分:1
-
斯托克斯五阶波
说明: 海洋波浪力规则波的相关求解公式-斯托克斯五阶波(Relevant Solution Formula for Regular Waves of Ocean Wave Force-Stokes Fifth Order Wave)
- 2021-03-25 20:59:13下载
- 积分:1