-
feedbacksample
反馈控制系统分析与设计的有关程序和例子 涉及面广 很详细 值得参考
(Feedback Control System Analysis and Design of the procedure and covers a wide range of examples worth considering in great detail)
- 2007-07-16 17:01:03下载
- 积分:1
-
ColorThreshold
Color threshold-upload by tenki
- 2009-12-05 12:30:33下载
- 积分:1
-
sobel
数字图像处理中的sobel算子Matlab程序(Digital image processing in Matlab procedure sobel operator)
- 2008-06-01 19:53:36下载
- 积分:1
-
N-R-method-of-power-flow-calculation
MATLAB编写利用牛拉迭代法求解简单电力系统潮流。程序可以分别运用真实值和标幺值计算,可以区分有无变压器计算。程序开始时需要输入节点数量、互联节点之间线路的阻抗等初始化参数,运行可得潮流结果,详见程序内注释。(Written in MATLAB to solve simple oxen pulling power flow using an iterative method. The program can use the true value, respectively, and the per-unit value calculation, you can distinguish whether the transformer calculations. When the program begins to enter initialization parameters such as impedance between the number of nodes, interconnected nodes lines running trend results can be obtained, the detailed program notes.)
- 2014-09-25 14:09:09下载
- 积分:1
-
power_FCV_powertrain
Simulation pile à combustibe
- 2015-03-11 10:24:25下载
- 积分:1
-
COBRA
一个关于背景扣除的COBRA的GUI程序(A GUI program on background subtraction of COBRA)
- 2013-12-21 14:36:05下载
- 积分:1
-
mani
流形学习的实现代码,程序包括界面和数个样例程序(manifold learning)
- 2010-07-22 11:22:16下载
- 积分:1
-
kemWhite.tar
Kalman filter function that remove noise from speech
- 2010-10-02 14:51:00下载
- 积分:1
-
ArticulatedMotion
说明: 用MATLAB编写的meanshift分割图像的方法,供大家参考!(meanshift)
- 2010-04-02 11:53:15下载
- 积分: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