davidlow / tools_matlab

Matlab tools for nowack lab
0 stars 1 forks source link

Paths not defined for all scripts #1

Open davidlow opened 9 years ago

davidlow commented 9 years ago

With guen's new organization, we need to addpath all of the places matlab scripts can now be found.

We can either add them all in the measurement script, or we can do a C style include-esque tree, where each file adds the locations of the files it requires. We'll talk.

guenp commented 9 years ago

ah yes let's do something like an init.m script in the root folder?