comparison main/missing-functions/inst/missingfunctionstatus.m @ 9681:ffcea825b6f7 octave-forge

Fix Mathworks urls
author jordigh
date Tue, 13 Mar 2012 21:37:24 +0000
parents c9c3d628f463
children
comparison
equal deleted inserted replaced
9680:4e45e115b943 9681:ffcea825b6f7
21 ## @seealso{missingmatlabfunctions} 21 ## @seealso{missingmatlabfunctions}
22 ## @end deftypefn 22 ## @end deftypefn
23 23
24 function missingfunctionstatus (outdir = ".") 24 function missingfunctionstatus (outdir = ".")
25 25
26 urlbase = "http://www.mathworks.com/access/helpdesk/help/"; 26 urlbase = "http://www.mathworks.com/help/";
27 27
28 toolboxes = {"Matlab" "techdoc/ref/f16-6011.html"; 28 toolboxes = {"Matlab" "techdoc/ref/f16-6011.html";
29 "Aerospace" "toolbox/aerotbx/ug/bqj21qj.html"; 29 "Aerospace" "toolbox/aerotbx/ug/bqj21qj.html";
30 "Bioinformatics" "toolbox/bioinfo/ref/a1052308804.html"; 30 "Bioinformatics" "toolbox/bioinfo/ref/a1052308804.html";
31 "Communications" "toolbox/comm/ug/a1037894415.html"; 31 "Communications" "toolbox/comm/ug/a1037894415.html";