from
Fortune
by Robert M. Flight
Prints a random, sometimes funny fortune at the command line
|
| initial.m |
txtfil = 'clean_fortunes.txt';
fort_import(txtfil);
clear txtfil;
save clean_fortunes.mat;
clear;
txtfil = 'off_fortunes.txt';
cd off;
fort_import(txtfil);
clear txtfil;
save('../offensive_fortunes.mat');
clear;
|
|
Contact us at files@mathworks.com