Importers added
[ltsps.git] / importLocation.m
blob3230d9a74f8d9bd734cf6811c1e6737b20644357
1 function locationMatrix = importLocation\r
2 \r
3 [name,path]=uigetfile('*.txt');\r
4 dataPath = [path,name];\r
5 locationMatrix = importdata(dataPath);