-
tlabel
This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1) + now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
(This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won t loose "when" you are.
The input arguments are equal to those of DATETICK function, but if more than one axis handle is specified, they all will be LINKED!
Also, some other options are available, for example, the use of LOCAL LANGUAGE for the months (default), or the use of an specific date format: DD HH:MM SS.FFF for example.
Besides, sometimes with DATETICK you don t get optimal results. This program (try to) fix this problem.
Just use it after some plot function with days (see DATENUM) in one of his axis (time-axis):
t = linspace(0,1)+ now
x = rand(size(t))
plot(t,x)
axis tight
tlabel <----
Enjoy it!
Bugs reports and suggestions will be very appreciated!
)
- 2009-10-05 21:46:23下载
- 积分:1
-
fuzzy-function
程序实现了线形调频信号的模糊函数仿真,算法优化的很好,很实用(Program for the linear FM signal ambiguity function simulation, algorithm optimization of very good, very useful)
- 2011-05-12 14:37:10下载
- 积分:1
-
matlab
matlab 蜂群算法工具箱,简单快速的解决TSP问题(matlab )
- 2012-07-27 10:03:26下载
- 积分:1
-
cc1_matlab
信道编码的Matlab编程方法论文,英文版本(Channel coding of Matlab programming papers, the English version)
- 2010-02-12 11:50:57下载
- 积分:1
-
low-noise-CCD-
低噪声CCD信号采集与处理系统技术研究 (Research on low-noise CCD signal acquisition and processing system technology)
- 2013-12-13 13:06:36下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1
-
TextureAnlysis
图像纹理特征的提取程序,开发环境是matlab,可以对纹理的统计特征进行计算。(TextureAnlysis.m)
- 2009-12-15 15:27:21下载
- 积分:1
-
FuzzySetsandFuzzyInformationGranulationTheory
matlab模糊控制FuzzySetsandFuzzyInformationGranulationTheory(matlab fuzzy controlFuzzySetsandFuzzyInformationGranulationTheory)
- 2010-12-27 12:48:19下载
- 积分:1
-
image-histogram-
统计图像直方图参考程序框架(matlab程序)(Procedural framework for statistical reference image histogram matlab program)
- 2011-09-29 19:52:29下载
- 积分:1
-
2
说明: 基于MATLABD的线性二次型最优控制设计(MATLABD based on the linear quadratic optimal control design)
- 2008-12-22 12:35:26下载
- 积分:1