Attachment 'setupLentickle.m'
Download 1 % sets up environment for lentickle
2 % edit the paths for your system and save the file as 'setupLentickle.m'
3
4 % set up path
5 OpticklePath = '/Users/keiko/CVS/iscmodeling/Optickle'; % edit these lines for your system
6 lenticklePath = '/Users/keiko/CVS/iscmodeling/Lentickle';
7
8 % no need to change lines below here
9 addpath(OpticklePath);
10 addpath([OpticklePath '/lib'])
11 addpath(lenticklePath);
12 addpath([lenticklePath '/mf']);
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.
