...
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)
Mapping Toolbox Version 5.1 (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)
...
Code Block | ||
---|---|---|
| ||
% Starts SPM % Assume SPM is in the following folder cd c:\matlab\spm12 % SPM requires the base folder to be added to the path addpath(pwd) % Start with fMRI option (the usual one) spm fmri |
Installing or replacing
If there is no startup file, when you start MATLAB the current folder will the the user’s MATLAB folder in Documents.
Example: C:\Users\Noemi\Documents\MATLAB\
Just copy the startup file here.
If MATLAB does run a startup file, to see the location at the Command Prompt:
Code Block | ||
---|---|---|
| ||
>> which startup
C:\Users\Noemi\Documents\MATLAB\startup.m
>> |
Installing for all users (only for computers with lots of people logging on - have to copy each time upgrade MATLAB)
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:
...