rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
filecache_path.m
1 function cachedir = filecache_path
2 %function cachedir = filecache_path
3 %
4 % function returning the directory used for storing function-cache
5 % calls
6 
7 % Bernard Haasdonk 22.5.2007
8 
9 cachedir = fullfile(rbmatlabtemp,'cache');
10