-
heat1d
应用数值方法解算一维热传导问题,简单实用,含有源程序和简单说明,参数和变化和调整,可以根据需求进行修改,使用程序:Matlab(Use numirical method to solve 1-D heat transfer problem,the code and paremeter can be modified dependent on your need)
- 2009-04-01 13:21:04下载
- 积分:1
-
Image_Smoothing
所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。(Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including the neighborhood average method, o-field value filtering and K neighborhood mean filter, where K o domain mean filter mask for the selected 3* 3, K value of taking five, picture selection board.ti.)
- 2009-12-23 20:41:43下载
- 积分:1
-
projekat1
ORC matlaab program v2.0
- 2012-04-24 23:06:49下载
- 积分:1
-
gailvtongjimatlab
本文介绍MATLAB在概率统计中的若干命令和使用格式,希望大家多多支持啊!(in probability and statistics of a number of orders and the use of the format, we hope the generous support ah!)
- 2007-06-25 00:30:24下载
- 积分:1
-
RLS
recursive least square
- 2011-05-24 05:10:55下载
- 积分:1
-
Computed-Radiography
Computed Radiography
Overview
Acceptance Testing
Quality Control
- 2013-12-03 00:27:33下载
- 积分:1
-
Backpropagationexamples
Neural Networks for compress-Decompress and character recognition.
- 2010-11-19 07:13:56下载
- 积分:1
-
OCR
Optical Character Recognition
- 2014-08-07 10:44:43下载
- 积分:1
-
chaotictimeseriesanalysisandprediction
混沌分析:对混沌时间序列相空间重构中最佳延迟时间间隔和嵌入维数的选取提供帮助(chaos analysis)
- 2010-11-08 13:04:06下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1