rbmatlab 0.10.01
|
00001 function tmpstr = rbmatlabtemp 00002 % function tmpstr = rbmatlabtemp 00003 % 00004 % function returning the home environment variable at which the 00005 % large space for data is available 00006 00007 % Bernard Haasdonk 21.7.2006 00008 00009 tmpstr = getenv('RBMATLABTEMP'); 00010 00011 % homestr = getenv('HOME'); 00012 % if isequal(homestr(1:3),'C:\') 00013 % homestr = [homestr,'sync_lcars']; 00014 % end; 00015 % homestr = fullfile(homestr,'matlab','RBmatlab'); 00016 00017 % TO BE ADJUSTED TO NEW SYNTAX 00018 %| \docupdate