Mercurial > hg > plml
view matlab/db/dbpath.m @ 35:af5fa681278e
Fixed warning.
author | samer |
---|---|
date | Thu, 06 Feb 2014 14:47:53 +0000 |
parents | 0dd31a8c66bd |
children |
line wrap: on
line source
function p=dbpath(loc) % dbpath - Return full path of matfile given locator. % % dbpath :: locator(A) -> path. n=strfind(loc,'|'); p=[fullfile(dbroot,loc(1:n-1)) '.mat'];