Open GoogleCodeExporter opened 9 years ago
Possible Solution :
in scrapePmtkSupport function
raw = tokenize(urlread(url), '=');
packages = filterCell(raw, @(c)startswith(strtrim(c), '"'));
packages(1) = []; % remove '..'
start = '"';
Original comment by stev.gerson
on 24 May 2013 at 10:33
Moved to GitHub: https://github.com/probml/pmtk3/issues/58
Original comment by irosen
on 4 Jan 2014 at 2:38
Original issue reported on code.google.com by
stev.gerson
on 24 May 2013 at 9:13