Skip to content

Instantly share code, notes, and snippets.

@wx13
Created August 9, 2012 23:08

Revisions

  1. wx13 created this gist Aug 9, 2012.
    1 change: 1 addition & 0 deletions gistfile1.matlab
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    f = fopen('blah','r'); while ~feof(f); line = fgetl(f); eval(line); fflush(stdout); end; fclose(f);