4 lines
230 B
Mathematica
4 lines
230 B
Mathematica
|
|
function Gnash(GnashFile); %Convert to a "function". Data is placed in the "global" area.
|
||
|
|
% My first MatLab attempt, to swallow data as produced by Gnash's DUMP
|
||
|
|
%command in a comma-separated format. Such files start with a line
|