samer@0: % dbread - Load values from ASCII file under matbase tree. samer@0: % samer@0: % dbread :: string -> A. samer@0: % samer@0: % This looks for a file given a path relative to the current samer@0: % matbase root as returned by dbroot. It then attempts to samer@0: % read it as an ASCII file using READ. samer@0: samer@0: function x=dbread(file), x=read(fullfile(dbroot,file)); samer@0: