-
CONECTAR_WEB_CAM_EN_MATLAB
how to start a camera in matlab
- 2010-01-20 03:03:40下载
- 积分:1
-
code_fuzzy_control
matlab开发的一个简单实用的模糊控制算法代码(一个简单实用的模糊控制算法代码)
- 2010-01-14 22:40:49下载
- 积分:1
-
Radon-change
可以直接对图形进行3次变换,对学习使用matlab图像处理的人或许有帮助(Graphics can transform it might be helpful to learn how to use matlab image processing)
- 2013-04-18 00:15:45下载
- 积分:1
-
swing
this file is made to calculate the swing equation of a single machine infinite bus system
- 2013-04-23 13:37:04下载
- 积分:1
-
LPQ_TOP
Latest Matlab implementation of Local Phase Quantization (LPQ) descriptors
- 2011-10-25 16:26:03下载
- 积分:1
-
LMS_P107
本程序为《自适应信号处理》(王永德等译,机械工业出版社)书中107图SER算法和LMS算法比较的源程序,仿真效果和书上一致(This program is " adaptive signal processing" (s Acoustic other translation, Mechanical Industry Press) book 107 SER algorithm and LMS algorithm for graph comparison of the source, the simulation results and the same book)
- 2010-11-12 09:52:33下载
- 积分:1
-
MATLAB-PPT
Matlab教案,通过理论和实际相结合的方式,详细介绍了matlab的编程方法(This file mainly focuses on the Matlab program design, which gives the theory and the example in the applications.)
- 2013-01-31 01:19:32下载
- 积分:1
-
RLS_System-Identification
In This Matlab Code we Use RLS Method To identify Any System Transfer Function, RLS is based of Recursive Least Squre Algorithm is very important method in System Identification.
- 2013-02-18 23:10:28下载
- 积分:1
-
wave
说明: 波形的合成与分解。
用matlab编的。可以合成三角波,方波,并分析它们的频谱。有详细的说明。(Synthesis and decomposition of waveforms. Made use of matlab. Can be synthesized triangular wave, square wave, and an analysis of their spectrum. Is described in detail.)
- 2009-07-31 21:38:55下载
- 积分:1
-
nccmp
比较两个netcdf文件
1。通过添加内部ind2sub1函数remove函数依赖第三方
2。格式化文本(Description NCCMP compares two netcdf files and prints the differences. This function is useful for testing mathematical forecasting or prediction models.
USAGE:
NCCMP(ncfile1,ncfile2)
NCCMP(ncfile1,ncfile2,tolerance,forceCompare)
INPUT:
ncfile1- name of the NetCDF file to compare
ncfile2- name of the NetCDF file to compare
tolerance- Compare numeric data using a tolerance threshold
forceCompare- if false, exit when first difference is found
true: continues to process all variables
EXAMPLES:
nccmp( old.nc , new.nc ,0.000001)
nccmp( old.nc , new.nc ,[],true)
FEATURES:
1. Print the differences and their locations
2. Exits when first difference is found or optionally continues to process all variables
3. User defined tolerance threshold to compare the variables
TO DO:
1. Specific variable inclusion or exclusion
2. Specific attribute inclusion or exclusion
3. Option to ignore the history attribute
4. Ignore difference between v)
- 2014-09-16 13:34:49下载
- 积分:1