-
qinterp123
Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
- 2010-10-25 05:44:31下载
- 积分:1
-
MATLAB6.xsignalprocessing
说明: 对信号处理的理论知识作系统概括和总结的基础上,介绍了如何使用matlab提供的信号处理工具箱,(Of theoretical knowledge of signal processing systems in general and for the basis of summing up on how to use matlab to provide the signal processing toolbox)
- 2008-10-13 10:00:50下载
- 积分:1
-
Ch6-EX12
Write a recursive function to generate a pattern of stars such as the following
- 2014-09-24 06:26:25下载
- 积分:1
-
zn_zhengding
说明: Z-N整定 PID整定 SIMULINK模型,参照书上的Z-N整定模型搭建(Z-N tuning PID tuning SIMULINK model, reference book Z-N tuning model)
- 2020-11-04 15:09:51下载
- 积分:1
-
matlab
运用matlab进行平差,简化数据处理,方便快捷(Adjustment using matlab to simplify data processing, convenient)
- 2011-05-20 17:20:55下载
- 积分:1
-
facerecognition
face recognition pca code
- 2012-05-03 17:28:42下载
- 积分:1
-
q-learning
在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
- 2020-12-17 20:29:11下载
- 积分:1
-
NumericalAnalysis
基于MATLAB的数值分析例程,其中给出各种常用数值方法的MATLAT例程,希望对各位有用(MATLAB-based numerical analysis routines, which gives a variety of commonly used numerical methods MATLAT routine, you want to be useful)
- 2010-12-12 22:22:36下载
- 积分:1
-
edit_of_password
Program for work with password. We can enter the password or edit password
- 2009-06-18 20:11:45下载
- 积分: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