rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules 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');