Installation of the mat2dcorr toolbox

From 2D-COS Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To download go to http://www.peter-lasch.de/2dcorr/

Required files / Software / OS

Program Files of the mat2Dcorr toolbox:

  1. mat2dcorr.m
  2. updcorrplt.m
  3. resiz2dfig.m
  4. readme.txt

Software:

Operating Systems:

  • Windows 10
  • LINUX (Debian Buster/Bullseye/Bookworm)

Extra files (spectral data files)

  1. linescandata.mat - example data file in the trace (2D) data format, see Matlab trace data format
  2. linescandata.xlsx - example data file in the MS Excel format, see MS Excel data format
  3. IR-cerebellum-100x100.mat - example data file in the hyperspectral imaging (HSI) data format (FT-IR spectra from hamster cerebellum), see Matlab imaging data format
  4. IR-cerebellum-50x50.mat - example data (50 x 50 spectra, interpolated), Matlab imaging data format
  5. MALDI-cerebellum-100x100.mat - example data file (100 x 100 spectra) in the HSI data format (MALDI-TOF mass spectra from hamster cerebellum), Matlab imaging data format
  6. MALDI-cerebellum-50x50.mat - example data file (50 x 50 spectra, interpolated), Matlab imaging data format
  7. Raman-cerebellum-100x100.mat - example data file (100 x 100 spectra) in the HSI data format (MALDI-TOF mass spectra from hamster cerebellum), Matlab imaging data format
  8. Raman-cerebellum-50x50.mat - example data file (50 x 50 spectra, interpolated), Matlab imaging data format
  9. fftsyncro.mat - result file of 2D correlation analysis by the mat2dcorr toolbox using the FFT 2D-COS option, for details of the result file format refer also to the section format of a 2D-COS result file (Matlab)
  10. statssyncro.mat - result file of 2D correlation analysis by the mat2dcorr toolbox using the statistical 2D-COS option, for details of the result file format refer also to the section format of a 2D-COS result file (Matlab)

Installation

  • Download files 1.-4. + some test data (see above) and and copy them into one single directory, for example into a directory mat2dcos.
  • Add then this directory to Matlab's search path. For this start Matlab and type
   >> addpath('Mat2DcorrPath')

at the Matlab command prompt, where Mat2DcorrPath denotes the full path where the the toolbox resides (i.e. mat2dcos).
Example of Mat2DcorrPath: C:\Users\Tim\Documents\Matlab\mat2dcos

  • To start mat2Dcorr type
   >> mat2dcorr

at the Matlab prompt.

This will open two different windows:

  1. A window entitled '2D correlation analysis ... ' which shows the 2D correlation spectrum and mean spectra obtained from the x- and y-spectral data
  2. The 2D-COS control window, the user dialog box, see screenshot below
Mat2Dcorr: screenshot of the 2D control window (left) and the window '2D correlation analysis ... ' (right)