sharedmatrix
SHAREDMATRIX Allows any Matlab object to be shared between Matlab sessions (w/o using file I/O).
Author: Joshua Dillon
Didn't I check these stars?
11 Mar 2013
sharedmatrix
SHAREDMATRIX Allows any Matlab object to be shared between Matlab sessions (w/o using file I/O).
Author: Joshua Dillon
Just awesome!
I agree with Evan that the installation process is a bit rough for a compiler newbie (took me half a day to get this running). Among other things, I had to manually add code for the definition of a certain "mxArray_tag" from an "undocumented matlab" site (thanks to James Tursa for pointing this out!).
But once it is compiled it does a great job! If I detach from shared data after manipulating it, matlab does not crash. Perfect, big THANX!
Especially to Andrew Smith for porting this program to windows (thank you)!
Btw, I intend to use this programm for letting two matlab programs send output to the same parallel interface. This will (hopefully) be realized by a third program reading its instructions from shared memory. Looking forwart to testing this!
Thanks a lot, generally it works great! Unfortunately I have to analyze a gui-based software project and fdep seems only to consider automatically called functions. E.g. submodules which are called due to user input are not analyzed. Is that correct?
And if yes, what can I do about it? I really need to find out, which toolboxes are involved in a rather confusing project I recently "inherited".