A colleague has been fighting with Matlab’s new object-oriented language features and Matlab’s hybrid pass-by-value and pass-by-reference semantics. His findings are quite interesting.
{ 2009 01 21 }
Container performance in Matlab
Posted by Barry on Wednesday, January 21, 2009, at 10:39 am. Filed under matlab. Follow any responses to this post with its comments RSS feed.
You can post a comment, but trackbacks are closed.
{ 5 } Comments
I was looking for matlabxg, but then I thought, maybe it’s deprecated… Any idea where to find it (if, as I said, it’s not deprecated).
Thanks
It looks like matlabxg didn’t make the cut when my old lab moved to a new server. I’ll see if I can resurrect a copy and post it.
Ian, you can find the matlabxg page at http://physionconsulting.com/matlabxg. The code is not being maintained anymore, but some interest might convince us to update it.
Thanks a lot, I’ll see what I can do with it, and eventually let you know if and how it worked.
Again, thanks !
I reported this issue in regards to matlab’s closures a while ago:
http://www.mathworks.com/matlabcentral/newsreader/view_thread/160073#404034
Seems the new objects have the same problem as the closures.
Post a Comment