Save and load data to a MAT-file in temporary directory

Save and load temporary results to a MAT-file inside $TEMP$ directory

Sie verfolgen jetzt diese Einreichung

These save / load data to a MAT-file inside temporary directory. At most platforms temp directories are cleaned automatically at every boot, so these scripts are perfect for managing temporary results while keeping working directory clean (e.g. you don't need to care about erasing these *.mat files).

SAVETMP and LOADTMP are simply workaround of standard SAVE and LOAD functions and build in function TEMPDIR. E.g.
savetmp file var1 var2
is identical to
save(fullfile(tempdir,'file.mat'),'var1','var2')

Zitieren als

Vladimir (2026). Save and load data to a MAT-file in temporary directory (https://de.mathworks.com/matlabcentral/fileexchange/36671-save-and-load-data-to-a-mat-file-in-temporary-directory), MATLAB Central File Exchange. Abgerufen .

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.1.0.0

"gettmpdir" was replaced by build in function "tempdir"

1.0.0.0