LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
LoadConfig.m
Go to the documentation of this file.
1clear variables;
2[newFile, newPath] = uigetfile({'*.mat'});
3load(newFile);
4matlabPath = pwd;
5file = newFile;
6path = newPath;
7clear newFile;
8clear newPath;