![]() |
[ Home | SDT | Sales
] [ Support | Publications] |
SDTools download and installation
![]() |
Download
You can download and save to a temporary directory
For compatibility with MATLAB version see the compatibility chart.
Generate a licence request
cd /tmp % or wherever you downloaded sdt71_dis or sdt71d_dis sdt71_disThis will open the license request building GUI shown below. Fill in the appropriate values and mail the result to license@sdtools.com so that a license key can be generated for you. To generate a license key, we require your professional coordinates and that of your reseller if any.
Install the distribution
cd /tmp % or wherever you downloaded sdt71_dis or sdt71d_dis % target='my_dir_location' % you may define the target here SDT_license_key='10-00000-00000-00000-00000-00000' sdt71_dis
Re-install the distribution
cd /tmp % or wherever you downloaded sdt71_dis or sdt71d_dis target='my_dir_location' % you may define the target here SDT_license_key=sdtdef('key'); % use your previous key sdt71_dis
Multiple SDT or MATLAB installations
pw0=pwd; cd('my_sdt_location'); % the SDT you want to use % cd(fullfile(matlabroot,'toolbox','sdt')) % is default sdtcheck('path'); cd(pw0); clear pw0
SDT_license_key=sdtdef('key'); % use your previous key sdtcheck('PathNone'); % clean paths of unused SDT cd /tmp % or wherever you downloaded sdt*_dis target='my_dir_location' % define the new target %target=fullfile(matlabroot,'toolbox','my_other_sdt'); sdt71_dis rehash toolboxreset % force clean the toolbox cacheand use the step above to switch between installations
Dealing with write permission problems
If you do not have write permission for the server where the target MATLAB is installed
cd /tmp % or wherever you downloaded sdt71_dis or sdt71d_dis target='xxx' % select your target directory % Then paste the license key sent to you by e-mail SDT_license_key='10-00000-00000-00000-00000-00000' sdt71_dis
pw0=pwd; cd('target') % Replate target by the correct location sdtcheck('path');cd(pw0);clear pw0to your startup.m file.
# edit these lines to appropriate values #### setenv MATLABROOT /usr/local/matlab setenv SDT ~/sdt cp -R $SDT $MATLABROOT/toolbox/sdt chmod -R a+rX $MATLABROOT/toolbox/sdt chmod -R a+x $MATLABROOT/toolbox/sdt/*.mex*
Version compatibility. Supported platforms ?
The following lists supported MATLAB versions and platforms. To select a computer for use with SDT see see here.
SDT version | Matlab version | Platforms |
7.1 | 9.6 (2018a) to 7.14 (2012a) (minor problems with 9.4 (2018b)). | Windows 64, Linux Intel 64, MAC OS 64 (no OpenMP) |
7.0 | 9.3 (2017b) to 7.14 (2012a) (minor problems with 9.4 (2018b)). | Windows 64, Linux Intel 64 |
6.8 | 9.0 (2016a) to 7.14 (2012a) | Windows 64, Linux Intel 64, MAC OS 64 |
6.7 | 8.5 (2015a) to 7.6 (2008a) | Windows 32 & 64, Linux Intel 64, MAC OS 64 |
6.6 | 8.3 (2014a) to 7.6 (2008a) | Windows 32 & 64, Linux Intel 64, MAC OS 64 |
6.5 | 8.0 (2012b) to 7.6 (2008a) | Windows 32 & 64, Linux Intel 64, MAC OS 64 |
6.4 | 7.14 (2012a) to 7.5 (2007b) | Windows 32 & 64, Linux Intel 64, MAC OS 64 (for earlier MATLAB or linux 32 please enquire) |
6.3 | 7.11 (2010b) to 7.1 | Windows 32 & 64, Linux Intel 32 & 64, Macintosh (32 & 64) |
6.2 | 7.10 (2010a) to 7.1 | Windows 32 & 64, Linux Intel 32 & 64, Macintosh (Intel) |
6.1 | 7.7 (2008b) to 6.5 (R13) | Windows 32 & 64, Linux Intel 32 & 64, Macintosh (G4 & Intel) |
6.0 | 7.4 (2007a) to 6.5 (R13) | Windows 32 & 64, Linux Intel 32 & 64, Macintosh (G4 & Intel), HPUX |