from
Efficient Frontier GUI
by Ameya Deoras
Efficient frontier from Yahoo or database data.
|
| cleanMe.m |
% cleanMe: cleans the directory structure for future runs of dfdb_port_opt
%
% Many files are created by the compiler when you create a standalone
% executable. This file removes them all and makes the directory suitable
% for the next demonstration.
delete *.c
delete *.exe
delete *.txt
delete *.prj
delete *.log
try
rmdir('Untitled*', 's')
catch %#ok<CTCH>
end
|
|
Contact us