Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Full list of toolboxes potentially used in CSPM

MATLAB Version 9.10 (R2021a)
Simulink Version 10.3 (R2021a)
Bioinformatics Toolbox Version 4.15.1 (R2021a)
Communications Toolbox Version 7.5 (R2021a)
Computational Anatomy Toolbox Version 1742 (CAT12.7)
Control System Toolbox Version 10.10 (R2021a)
Curve Fitting Toolbox Version 3.5.13 (R2021a)
DSP System Toolbox Version 9.12 (R2021a)
Data Acquisition Toolbox Version 4.3 (R2021a)
Database Toolbox Version 10.1 (R2021a)
Datafeed Toolbox Version 6.0 (R2021a)
Deep Learning Toolbox Version 14.2 (R2021a)
Financial Instruments Toolbox Version 3.2 (R2021a)
Financial Toolbox Version 6.1 (R2021a)
Global Optimization Toolbox Version 4.5 (R2021a)
Image Acquisition Toolbox Version 6.4 (R2021a)
Image Processing Toolbox Version 11.3 (R2021a)
MATLAB Coder Version 5.2 (R2021a)
MATLAB Compiler Version 8.2 (R2021a)
MATLAB Compiler SDK Version 6.10 (R2021a)
MATLAB Report Generator Version 5.10 (R2021a)
Mapping Toolbox Version 5.1 (R2021a)
Navigation Toolbox Version 2.0 (R2021a)
Optimization Toolbox Version 9.1 (R2021a)
Parallel Computing Toolbox Version 7.4 (R2021a)
Signal Processing Toolbox Version 8.6 (R2021a)
Statistical Parametric Mapping Version 7771 (SPM12)
Statistics and Machine Learning Toolbox Version 12.1 (R2021a)
Symbolic Math Toolbox Version 8.7 (R2021a)
System Identification Toolbox Version 9.14 (R2021a)
Text Analytics Toolbox Version 1.7 (R2021a)
Wavelet Toolbox Version 5.6 (R2021a)

Startup file

(star) MATLAB startup file: when started, MATLAB will run a script if it finds a file called "startup.m". This is useful for automatically starting SPM, including various versions. In ~2012 and earlier versions, this script was located in C:\Program Files\MATLAB\R2012a\toolbox\local. However, in later versions, this file defaults to users' local folders (in Documents\MATLAB). The advantage of this location is that when MATLAB is upgraded, the startup file does not need to be copied. This option is best for computers with mostly one person logging on.

If more than on person uses the computer, the startup file would need to be copied to each user's documents\MATLAB folder, so it may be simpler to place the file in the original, release-specific subfolder. To have MATLAB run the same script for all users:

    • With Windows Explorer, navigate to C:\Program Files\MATLAB\[R2012a]\toolbox\local (R2012a will vary according to the version installed)

    • Set the permissions to read/write: Right-click over the folder name, Properties, Security tab, Edit, select "Users", check "Full control", OK, OK.

    • Copy the provided startup.m file into this folder

    • When you start MATLAB, it will run the script (startup.m is the script).