▍1. m_map
这个是m_map工具箱,是用MATLAB制作地图的一个工具箱。(This is the m_map toolbox. It is a toolbox for making maps with MATLAB)
这个文件可以做calipso垂直分布,十分好用,专门做calipso的(calipso,vfm,plot,MATLAB)
说明: 这个文件可以做calipso垂直分布,十分好用,专门做calipso的(calipso,vfm,plot,MATLAB)
2016a题论文和代码,有相对应的代码和论文材料(Thesis and Code of Mathematical Modeling Question A in 2016)
说明: 2016a题论文和代码,有相对应的代码和论文材料(Thesis and Code of Mathematical Modeling Question A in 2016)
Copula理论及应用,绘制经验分布函数图和核分布估计图(Copula theory and application, draw empirical distribution function graph and kernel distribution estimation graph)
说明: Copula理论及应用,绘制经验分布函数图和核分布估计图(Copula theory and application, draw empirical distribution function graph and kernel distribution estimation graph)
数据统计与分析,可以进行多元线性回归分析,matlab源码(Data statistics and analysis, can carry out multiple linear regression analysis, matlab source code)
说明: 数据统计与分析,可以进行多元线性回归分析,matlab源码(Data statistics and analysis, can carry out multiple linear regression analysis, matlab source code)
filter audio signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.(an example filtering signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.)
说明: filter audio signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.(an example filtering signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter. y=filter(x,A,B) x(is your input signal) and y your filtered signal.)
使用ncread循环读入所需要的nc数据,大致就是这么一个工具(Using ncread loops to read the required NC data is roughly such a too)
说明: 使用ncread循环读入所需要的nc数据,大致就是这么一个工具(Using ncread loops to read the required NC data is roughly such a too)
包络分析,用于信号处理。本例举出了一个范例,可以供大家学习参考。(Envelope analysis for signal processing. This example gives an example for everyone to learn from.)
说明: 包络分析,用于信号处理。本例举出了一个范例,可以供大家学习参考。(Envelope analysis for signal processing. This example gives an example for everyone to learn from.)
matlab生成s曲线,类似PS中的曲线调整功能,可以动态的实现S曲线曲率的调整(Matlab generates s curve, similar to the curve adjustment function in PS, which can dynamically realize the adjustment of s curve curvature)