ET_PDToolkit/PDToolkit/@PDSession/load.m

12 lines
161 B
Mathematica
Raw Permalink Normal View History

2018-06-12 14:49:55 +02:00
function[obj] = loadData(obj)
if (exist(obj.datafile, 'file'))
obj.readASC
else
error(sprintf('File not found: %s', obj.datafile));
end