rsmenon / MATLink

Communicate with MATLAB from Mathematica
matlink.org
68 stars 14 forks source link

Set custom MATLink directory #14

Open rsmenon opened 11 years ago

rsmenon commented 11 years ago

Allow the user to set a custom MATLink working directory instead of a temporary one each session, so that they can reuse MScripts and custom MFunctions.

szhorvat commented 11 years ago

Regarding MScript: How would this be different from just changing the MATLAB search path to add a directory which has scripts?

About MFunction: that has to be defined on the Mathematica side anyway, doesn't it? I mean a definition such as fun = MFunction["fun"] is necessary anyway.