eemcut
所属分类:
其他
开发工具:matlab
文件大小:69KB
下载次数:29
上传日期:2017-07-12 21:39:59
上 传 者:
no name
说明: 通过matlab自动去除三维荧光光谱中的拉曼和瑞利散射,并通过插值算法补齐缺失的光谱
(remove Raman scattering from the three-dimensional fluorescence spectrum)
文件列表:
eemcut\@dataset\anyexcluded.m (1193, 2009-04-17)
eemcut\@dataset\cat.m (25425, 2009-04-17)
eemcut\@dataset\ctranspose.m (425, 2009-04-17)
eemcut\@dataset\dataset.m (7627, 2009-04-17)
eemcut\@dataset\delsamps.m (5651, 2009-04-17)
eemcut\@dataset\disp.m (7659, 2009-04-17)
eemcut\@dataset\display.m (538, 2009-04-17)
eemcut\@dataset\displayimage.m (1819, 2009-04-17)
eemcut\@dataset\displayincludemap.m (1223, 2009-04-17)
eemcut\@dataset\double.m (241, 2009-04-17)
eemcut\@dataset\edit.m (427, 2009-04-17)
eemcut\@dataset\end.m (532, 2009-04-17)
eemcut\@dataset\explode.m (1293, 2009-04-17)
eemcut\@dataset\get.m (2844, 2009-04-17)
eemcut\@dataset\horzcat.m (1754, 2009-04-17)
eemcut\@dataset\ipermute.m (1023, 2009-04-17)
eemcut\@dataset\isempty.m (417, 2009-04-17)
eemcut\@dataset\ldivide.m (1769, 2009-04-17)
eemcut\@dataset\length.m (442, 2009-04-17)
eemcut\@dataset\loadobj.m (5548, 2009-04-17)
eemcut\@dataset\mergelabels.m (3082, 2009-04-17)
eemcut\@dataset\minus.m (1752, 2009-04-17)
eemcut\@dataset\ndims.m (510, 2009-04-17)
eemcut\@dataset\numel.m (273, 2009-04-17)
eemcut\@dataset\openvar.m (332, 2009-04-17)
eemcut\@dataset\permute.m (2784, 2009-04-17)
eemcut\@dataset\plus.m (1749, 2009-04-17)
eemcut\@dataset\private\classtable.m (1655, 2009-04-17)
eemcut\@dataset\private\stringtable.m (4982, 2009-04-17)
eemcut\@dataset\private\tablemerge.m (2529, 2009-04-17)
eemcut\@dataset\private\timestamp.m (1061, 2009-04-17)
eemcut\@dataset\private\userinfotag.m (817, 2009-04-17)
eemcut\@dataset\rdivide.m (1770, 2009-04-17)
eemcut\@dataset\repmat.m (1187, 2009-04-17)
eemcut\@dataset\reshape.m (3501, 2009-04-17)
eemcut\@dataset\rmset.m (3076, 2009-04-17)
eemcut\@dataset\set.m (9303, 2009-04-17)
eemcut\@dataset\single.m (241, 2009-04-17)
eemcut\@dataset\size.m (1185, 2009-04-17)
... ...
%ReadMeDataSet
% This README lists the procedures for updating the DataSet
% object and includes a running list of the release dates,
% version (e.g. for DataSet h: h.datasetversion), and comments
% on changes from previous versions.
%
% Full documentation of the DataSet Object can be found at:
%
% http://www.wiki.eigenvector.com/index.php?title=DataSet_Object
%
%I) When updating the DATASET object:
%I.A) Version number (double) must be changed in:
% 1) constructor dataset.m
% 2) overloaded loadobj.m
%I.B) Version changes follow the convention:
% for Version xx.yy
% 1) xx is incremented if object fields are changed or added
% a) update DISPLAY, HELP, SUBSREF, SUBSASGN, CAT
% 2) yy is incremented if object methods are changed or added
%I.C) As of version 5.0, the following functions need to be modified if a
% field is added to the DSO.
% 1) cat
% dataset
% display
% loadobj
% permute
% readmedataset
% reshape
% set
% squeeze
% subsasgn
% subsref
%
%II) Update notes:
%Release Dates Version Comments
% 11-18-08 5.1
% Added new "reshape" function.
% Add sorting functions and editds GUI updates.
% Add "complex" notifier for when data ~isreal.
% Multiple fixes for class lookup table.
% Add timestamp to history field.
% Fix datatype displayed for class in disp.
% Add display for classid.
% Fix for DSO permute.
% Add classid handling to plsda and simca.
% Dataset no longer uses PLS_Toolbox code.
% Allow passing of string array to assign classes (cell array is, however, preferred)
% Give caller info in history (if available).
% Don't add class 0 if classes are empty.
% Removing class from lookup table automatically reassigns given samples to class 0 (zero).
% Force sort of class lookup.
% Allow subscripting into DSO using labels or class names.
% Allow sub-indexed assignments on classid field.
% 3-02-07 5.0 Added overload support for:
% DISP DOUBLE ISEMPTY NUMEL
% SINGLE SORTROWS UNQIUE
% Having these overloaded allows operation with
% the Mathworks synonomous object on the path.
% NOTE: Mathworks Dataset object is NOT compatible
% with EVRI DataSet object.
% 1-10-07 5.0 Add class lookup table to allow string
% assignment/reference of classes. Information
% resides in .classlookup field and can be
% referenced as a cell array of stings with the
% .classid field. Functions in I.C-1 have been
% updated.
% Add axis type field to define axis type for given
% axis scale (dim,set). Information resides in
% .axistype field. Functions in I.C-1 have been
% updated.
% Add uminus function to support Unary minus.
% 3-30-06 4.01 Updated manual, this document, and constructor/loader
% Added overload support for:
% LDIVIDE RDIVIDE TIMES MINUS PLUS
% REPMAT SQUEEZE
% Added internal utility: mergelabels.m
% Modified:
% CAT fixed bug associated with unequal non-empty
% ... ...
近期下载者:
相关文件:
收藏者: