From: Paul on
how do you construct a function handle to a function that is
on another drive and/or in another folder (Windows XP)?

Thanks
From: Mathieu Claeys on
Hello Paul,

If the function lies in a folder in the Matlab path, you
construct it as usual.

If not, check out the workaround in the help folder:
MATLAB>Programming>Programming Tips>Matlab Path>Handles to
Functions Not on the Path.

Cheers,
Mathieu