Skip to content
Snippets Groups Projects
Commit fb8dc1b5 authored by Dr. rer. nat. Jürgen Mey's avatar Dr. rer. nat. Jürgen Mey :eye:
Browse files

added erostable to read timeseries .txt-file

parent 39deb99e
No related branches found
No related tags found
No related merge requests found
function T = erostable()
T = dir('*.txt');
T = readtable(T.name);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment