loadfilesinrange('First File Name', 'Last File Name');
This function will load all existing files in the data folder that have names between the two input files. You must include the single quotes around the file names. The suffix '.dat' is optional.
The function doesn't work across multiple dates. This function DOES know that file999 is followed by file001, and counts appropriately.
Variables in the workspace are named e.g., D###w#, where the w# ranges from w0 and up. Each column is given a w#, with w0 being the first column (x-axis).
Requires importfile.m.
importfile('filename.dat');
This loads a single file and names the variables like above. Can take data files with more than 2 columns.