LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
SaveConfigAs.m
Go to the documentation of this file.
1%Speichert die aktuelle Workspace in einer Konfigurationsdatei ab. Der
2%Dateispeicherort kann über einen Dialog festgelegt werden.
3[file,path] = uiputfile({'*.mat'});
4save(strcat(path,file));