-
GuideStandford-uav-design
uav mfile(S-function)
- 2011-08-29 17:30:25下载
- 积分:1
-
testMatlabDll1
教你如何利用vc使用matlab编译后的动态链接库(Teach you how to using matlab Dll in VC++)
- 2013-03-24 14:52:14下载
- 积分:1
-
EWT20140424
Empirical Wavelet Transform
- 2015-04-11 21:54:31下载
- 积分:1
-
MatLab
说明: matlab 是一种数学计算和图形处理的工具软件 本书从基本知识入手 在介绍各种命令的同时(matlab is a mathematical calculation and graphics processing software tools from the basic knowledge of this book to start in introducing a wide range of orders at the same time)
- 2008-12-02 08:50:23下载
- 积分:1
-
RPHtools
RPH tool is Matlab algoritm for Rock physics analysis
- 2013-09-01 00:43:12下载
- 积分:1
-
5th-IBM-MATLAB
Tactial+and+Strategic+Missile+Guidance一书第五版 Matlab格式程序代码(Tactial+and+Strategic+Missile+Guidance book fifth edition of the the Matlab format of the program code)
- 2013-04-06 22:56:45下载
- 积分: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
-
BFGS
拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。(The quasi-Newton method and the Steepest Descent Methods only require that each step iterations know the gradient of the objective function. By measuring the change of the gradient, constructing a model of the objective function is sufficient to produce superlinear convergence. This method is much better than the steepest descent method, especially for difficult problems. In addition, because the quasi-Newton method does not require information on the second derivative, it is sometimes more effective than the Newton s Method. Today, the optimization software contains a large number of quasi-Newton algorithm used to solve the unconstrained, constraint, and large-scale optimization problems.)
- 2017-05-05 10:28:29下载
- 积分:1
-
B-spline
均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)
- 2017-12-24 11:04:55下载
- 积分:1
-
isodate
isodata聚类算法用于聚类类IRIS数据,分类效果较好,运行稳定(isodata clustering algorithm for clustering classes IRIS data classification better, stable operation)
- 2013-04-16 21:40:57下载
- 积分:1