rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rbmatlabtemp.m
1 function tmpstr = rbmatlabtemp
2 % function tmpstr = rbmatlabtemp
3 %
4 % function returning the home environment variable at which the
5 % large space for data is available
6 
7 % Bernard Haasdonk 21.7.2006
8 
9 tmpstr = getenv('RBMATLABTEMP');
10 
11 % homestr = getenv('HOME');
12  % if isequal(homestr(1:3),'C:\')
13  % homestr = [homestr,'sync_lcars'];
14  % end;
15  % homestr = fullfile(homestr,'matlab','RBmatlab');
16 
17 % TO BE ADJUSTED TO NEW SYNTAX
18 %| \docupdate