-
NoiseRemove
Noise Remove Code in Matlab
- 2009-12-19 06:19:19下载
- 积分:1
-
TimeSeriesLibrary-tslib
说明: 国外的时间序列分形的库函数,对于时间序列研究有一定帮助(Fractal time series of foreign library functions, for the time series study will definitely help)
- 2010-04-19 15:46:06下载
- 积分:1
-
E_pulse
E_pulse methode target identification
- 2012-03-22 18:39:51下载
- 积分:1
-
matlabchaotic-attractor
matlab几种典型的混沌吸引子,经典中的经典!谢谢!!!(matlab several typical chaotic attractor, the classic of classics! Thank you! ! !)
- 2013-01-31 11:28:48下载
- 积分:1
-
19CRC(Matlab)
主要完成CRC的编解码 16bit 可用于多种运算 可用于实际的仿真系统(CRC completed the main 16bit codec can be used for a variety of computing can be used for the actual simulation system)
- 2009-02-27 20:25:00下载
- 积分:1
-
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
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
C_class_interface
An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.(Matlab example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface.)
- 2013-05-07 16:26:54下载
- 积分:1
-
workkalmanfilter5
说明: 这些程序都是经过本人和许许多多工作过学习过的老师同学,以及一些志同道合的哥么们长期使用验证确实好使的(these procedures are numerous and I worked and studied the teachers and fellow students, and some like-minded Columbia Mody have long-term use of the test so that really)
- 2006-04-06 18:24:17下载
- 积分:1
-
Delorme_BCITools10
脑电信号处理所用的TOOLBOX,MATLAB-Based Tools for BCI Research(BRAIN WAVE BCI)
- 2010-05-17 16:03:31下载
- 积分:1