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
More tests + GUI
[ltsps.git]
/
importDistance.m
blob
271a875aa52588295871aaf40e7d08e5a5bfc1ba
1
function distanceMatrix = importDistance
\r
2
\r
3
[name,path]=uigetfile('*.txt');
\r
4
dataPath = [path,name];
\r
5
distanceMatrix = importdata(dataPath);