MATLAB Programming Style Guide

The first few lines of your matlab program can 1. read the original data file with the arbitrary name then 2. copy your data to a file with the name your program expects (outside of Matlab). You can execute system commands such as dir or copy from within matlab directly. In some cases you must preceed the command with a exclamation point. ................
................