repo.or.cz
/
ltsps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Importers added
[ltsps.git]
/
importLocation.m
blob
3230d9a74f8d9bd734cf6811c1e6737b20644357
1
function locationMatrix = importLocation
\r
2
\r
3
[name,path]=uigetfile('*.txt');
\r
4
dataPath = [path,name];
\r
5
locationMatrix = importdata(dataPath);