-
export_fig
将MATLAB生成的图表,数据和.fig等结果文件导出到其它文件中,(This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties:
- Figure/axes reproduced as it appears on screen
- Cropped borders
- Embedded fonts (vector formats) )
- 2009-10-10 22:18:17下载
- 积分:1
-
matlab87examples
matlab例程,简单介绍MATLAB的数据的一些基本操作方法(matlab routines, a brief introduction to some basic MATLAB data How-to)
- 2009-11-19 14:59:49下载
- 积分:1
-
chaos
混沌同步研究的Matlab程序。。对于初学者的有很大帮助(Chaos synchronization of the Matlab program. . Great help for beginners)
- 2010-05-07 10:03:16下载
- 积分:1
-
matlabdaima
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
(P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization)
- 2013-07-09 11:10:35下载
- 积分:1
-
Numerical-analysis-and-MATLAB
数值分析及其matlab实现,任玉杰著。给出了每一种数值方法的matlab实现(Numerical analysis and matlab to achieve, Ren Yujie book. Each is given a numerical methods matlab to achieve)
- 2011-11-28 10:34:29下载
- 积分:1
-
PressureVesselDesignProblem
Pressure Vessel Design optimizition benchmark problem (test problem) in matlab
- 2009-09-23 15:10:00下载
- 积分:1
-
pearson_correlation_coefficient
Pearson 系数,是复杂网络 的一个重要参数(Pearson coefficient is a complex network of an important parameter)
- 2009-02-05 11:51:00下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
sy2
粒子群算法应用求解一个方程的最优解
Particle swarm optimization for solving an equation of the optimal solution(
Particle swarm optimization for solving an equation of the optimal solution)
- 2013-12-18 20:57:44下载
- 积分:1
-
tfsa_6.3
tfsa的工具箱,包括了wvd一系列的时频域处理工具。使用方法,直接将该压缩包拷贝到任意目录,解压,使用matlab添加该路径就可以。(Tools to deal with non-stationary signal including a series of wvd. You can use it by uncompressing and including it in the matlab.)
- 2020-07-08 21:28:56下载
- 积分:1