-
svm
SVM进行分类的实验的源代码,还有进行回归(SVM)
- 2010-08-23 15:01:25下载
- 积分:1
-
matrix
本程序利用m文件对车体的自振频率进行了求解,(natural frequency of the body)
- 2012-03-31 21:10:30下载
- 积分:1
-
xxxx
混沌时间序列分析与预测工具箱,包括了混沌时间序列分析的很多方法和预测方法(Prediction is a kind of dynamic filtering, in which past values of one or more time series are used to predict future values. Dynamic neural networks, which include tapped delay lines are used for nonlinear filtering and prediction.)
- 2012-05-01 10:31:28下载
- 积分:1
-
512341
几个基于matlab的遗传算法程序,有用就下(several Matlab-based Genetic Algorithm procedures useful on the next )
- 2007-06-06 10:52:25下载
- 积分:1
-
estimation_Code
matlab program for noon linear estimation
- 2015-03-12 21:01:55下载
- 积分:1
-
2054701e599316ad5b909b3764812dc2a2e7d5
聚类算法在MATLAB软件中的实现,用于解决聚类算法的一系列问题。(Clustering algorithm in MATLAB software implementation, clustering algorithm used to solve a series of questions.)
- 2010-07-06 18:58:02下载
- 积分:1
-
zishiying
Self-adaption arithmetic to forecast some data like CPI in short terms
- 2010-11-23 08:49:51下载
- 积分:1
-
HEED
heed matlab protocol for wsn
- 2014-11-21 04:56:47下载
- 积分:1
-
实现两组数据DS融合的matlab代码 DS_fusion2
实现两组数据DS融合的matlab代码,可以直接运行,并且可以允许全集的存在。很实用的代码(DS achieve two sets of data fusion matlab code that can be run directly, and can allow the existence of complete works. Very useful code)
- 2020-07-28 10:28:42下载
- 积分:1
-
Untitled
a.阅读的图像img_1.tif,img_2.png的文件夹中,并
他们展示于一体,这两个数字分别。
(参考函数:imread, imshow, figure, subplot)
b.在matlab,观察从工作区中的图像信息面板
c.分别使用size, imfinfo,whos等功能获得的图像信息
d.添加标题的图像。 (参考函数:title)
Ë 。下面的代码实现的M文件编辑器
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
观察结果,并确定的功set()
f。保存img_1.tif目录“D: imagetest”。如果该文件夹不
存在,请首先创建这个新的文件夹。 (参考函数:imwrite)
(a. Read the images img_1.tif, img_2.png given in the folder, and
show them in one and two figures respectively.
(referenced function: imread, imshow, figure, subplot)
b. In matlab, observe the images information from the workspace
Panel
c. Use size, imfinfo,whos,etc functions to obtain image information
respectively.
d. Add title to the images. (referenced function: title)
e. Implement the following codes in the M-file Editor
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
observe the result, and determine the function of set()
f. Save img_1.tif to the directory “d:imagetest”. If the folder does not
exist, please create this new folder first. (referenced function:
imwrite))
- 2013-04-26 09:26:40下载
- 积分:1