LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
toolbox
LoadConfig.m
Go to the documentation of this file.
1
clear variables;
2
[newFile, newPath] = uigetfile({
'*.mat'
});
3
load(newFile);
4
matlabPath = pwd;
5
file = newFile;
6
path = newPath;
7
clear newFile;
8
clear newPath;
Generated on Thu Feb 23 2023 12:36:40 for LAT Hologramm-Software 2.0 by
1.9.5