Mercurial > hg > c4dm-chord-transcriptions
view evaluationtools/printfile.m @ 1:8973548174c1 tip
adding tools to repo
author | christopherh |
---|---|
date | Mon, 06 May 2013 14:43:47 +0100 |
parents | |
children |
line wrap: on
line source
%printfile(text, filename) function printfile(text, filename) fid = fopen(filename, 'w'); fprintf(fid,text); fclose(fid);