>> cd /tmp % or wherever you downloaded sdt61_dis or sdt61d_dis >> % target='my_dir_location' % you may define the target here >> SDT_license_key='10-00000-00000-00000-00000-00000′ >> sdt61_dis
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をインストールする場合は、以下のコマンドを実行してください。
>> cd /tmp % or wherever you downloaded sdt*_dis
>> target='my_dir_location' % define the new target
>> target=fullfile(matlabroot,'toolbox','my_other_sdt');
>> SDT_license_key=sdtdef('key'); % use your previous key
>> sdtcheck('pathnode'); % clean paths of unused SDT
>> sdt61_dis
>> rehash toolboxreset % force clean the toolbox cache