Running MATLAB Code with Python Scripts inside of Rhino?

Hey all,

I have a MATLAB code that works well for aligning mesh models of knee joints to anatomical coordinate systems, and I want to use this in Rhino as part of a script for implant alignment programs I am working on. Without porting all the code over to Python, is there a way to make Python run the Matlab code inside of Rhino?

The matlab source is online here: under the November 2010: https://wiki.brown.edu/confluence/display/ctx/Recent+Changes+and+DOWNLOADS

direct download: https://wiki.brown.edu/confluence/download/attachments/26542551/KneeACS.zip?version=2&modificationDate=1290625067000

I am curious to know if anyone has employed language wrappers or ‘cross compiled’ any matlab into Python for Rhino.

Thank you