-
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
-
m2812_2
dynamic voltage restorer with 11 level diode clamp inverter
- 2010-11-18 23:40:04下载
- 积分:1
-
QPSK.ashx
基于MATLAB的QPSK通信系统仿真源码,信道误码率等(MATLAB-based simulation of communication systems QPSK source, channel bit error rate)
- 2011-05-16 21:45:12下载
- 积分:1
-
2th-pro
some samples to learn matlab
- 2011-06-13 15:53:25下载
- 积分:1
-
netual-net-Matlab
神经网络预测,几个简单的列子,适合初学者(neural network prediction matlab programe)
- 2013-12-01 14:14:52下载
- 积分:1
-
IIRlvboqi
IIR滤波器设计
一、 实验目的
1、 掌握冲激响应法和双线性变换法设计IIR滤波器的原理及具体设计方法,熟悉用双线性设计法设计低通、带通和高通IIR数字滤波器的计算机程序;
2、 熟悉模拟Butterworth滤波器和Chebyshev滤波器的设计,掌握冲激响应法和双线性变换法设计数字IIR滤波器的方法。
(IR filter design, the purpose of the experiment master IIR filter impulse response method and the bilinear transform design principles and specific design method, familiar with the the bilinear design method to design low pass, band-pass and high-pass IIR digital filter is a computer program familiar analog Butterworth filter and Chebyshev filter design, master the impulse response method and the bilinear transform design digital IIR filter method.)
- 2013-04-16 20:31:05下载
- 积分:1
-
app1(1)
说明: 计算结构振动,在人行桥上人走动产生的行走作用力,进而进行振动控制(Vibration control is carried out by calculating the structural vibration and the walking force produced by walking on the pedestrian bridge.)
- 2019-03-04 15:13:44下载
- 积分:1
-
SPHIT3
实现SPHIT编码,有n=5~2时的编码输出值!!(SPHIT coding show the output with n =5.....2)
- 2013-12-19 17:26:04下载
- 积分:1
-
LDA
判別分析法(discriminant analysis),是在已知的分類之下,一旦遇到有新的樣本時,可以利用此法選定一判別標準,以判定如何該將新樣本放置於那個族群中。
(Discriminant analysis (discriminant analysis), under the classification of the known event of the new sample, the method has been applied to select a criterion to determine how the new sample is placed in that population.)
- 2012-04-26 14:01:52下载
- 积分:1
-
crcGenerator
crc校验产生器,输入信息位,输出加校验位的信息位(CRC checksum generator, the input information bits, the output of information bits plus parity bit)
- 2012-11-03 16:24:07下载
- 积分:1