Installation of the mat2dcorr toolbox

From 2D-COS Wiki
Revision as of 19:40, 18 March 2023 by Laschp (talk | contribs) (Created page with "__FORCETOC__ To download go to [http://www.peter-lasch.de/2dcorr/ http://www.peter-lasch.de/2dcorr/] == Required files / Software / OS == 500px|thumb|Mat2Dcorr: index of http://www.peter-lasch.de/2dcorr '''Program Files''' of the mat2Dcorr toolbox: <ol> <li> mat2dcorr.m</li> <li> updcorrplt.m</li> <li> resiz2dfig.m</li> <li> readme.txt</li> </ol> '''Software''': <ol start="5"> <li> [https://www.mathworks.com Matlab] R2014a or newer</li> <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

  1. Matlab R2014a or newer

Operating Systems:

  • Windows 10
  • LINUX (Debian Buster)

Extra files (spectral data files)

  1. linescandata.mat - example data file in the trace (2D) data format, see also Matlab trace data format
  2. IR-cerebellum-100x100.mat - example data file in the hyperspectral imaging (HSI) data format (FT-IR spectra from hamster cerebellum), see also Matlab imaging data format
  3. IR-cerebellum-50x50.mat - example data (50 x 50 spectra, interpolated), Matlab imaging data format
  4. 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
  5. MALDI-cerebellum-50x50.mat - example data file (50 x 50 spectra, interpolated), Matlab imaging data format
  6. 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
  7. Raman-cerebellum-50x50.mat - example data file (50 x 50 spectra, interpolated), Matlab imaging data format
  8. 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)
  9. 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 (see screenshot below)
Mat2Dcorr: screenshot of the 2D control window (left) and the window '2D correlation analysis ... ' (right)