Watch this Author's files
Well as for the the problem related to downloading from yahoo is concerned, it can be resolved in this way..
open the file portfoliotool.m. find
tables = h.document.getElementsByTagName('table');
and replace it with
tables = h.Document.documentElement.getElementsByTagName('table');
Contact us at files@mathworks.com