-
mengtekaluofa
关于蒙特卡洛法进行计算面积的,根据随机投点所得到的频率反推概率来求得面积。很好用的一种思维方法(About the Monte Carlo method to calculate the area, according to the random frequency of investment points to get the probability to obtain the inverse area. A good way of thinking with)
- 2011-07-23 11:38:56下载
- 积分:1
-
MS_Encoder_Init
cdma2000 matlab simulink 卷积编码器 程序(cdma2000)
- 2010-06-07 23:04:41下载
- 积分:1
-
autocorrelazione
Autocorrelation speech signal for matlab. Computes the f0 frequency.
- 2009-10-30 07:49:33下载
- 积分:1
-
SVD
说明: 奇异值分解算法SVD,其中包含几个构造的地震信号,分别去噪对比结果(ingular Value Decomposition (SVD) algorithm, which contains several structural seismic signals, denoising and contrast results respectively)
- 2019-03-01 21:34:46下载
- 积分:1
-
jpeg-compression
compression algorithm-matlab code
- 2010-07-30 17:09:30下载
- 积分:1
-
hlflssil
说明: 历年数学建模解题程序代码:电力分派与管理,MATLAB程序2(Mathematical modeling problem-solving year code: electricity distribution management, MATLAB program 2)
- 2009-08-03 23:19:06下载
- 积分:1
-
garchcore
PURPOSE: Helper function part of UCSD_GARCH toolbox. Used if you do not use the MEX file.
- 2012-04-11 21:11:33下载
- 积分:1
-
chapter2
matlab在数学建模中的应用 第二章 原书配套 很好用(application in modeling with matlab chapter2)
- 2012-04-22 16:40:48下载
- 积分:1
-
3D-lyapunov-matlab-prog
三维非线性系统的lyapunov指数matlab程序,可以通过简单的修改参数适用于别的系统。(Lyapunov exponent of the three-dimensional nonlinear systems matlab program can be applied to other systems through simple modification parameters.)
- 2013-01-22 11:18:00下载
- 积分: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