I have successfully implemented the python.m script (on the basis of perl.m) as advised on Call Python function from MATLAB.
I can call python functions and pass output as a string.
Are there any ways I could create python objects in run-time and call them to return (numbers encoded as strings are fine) values during MATLAB run-time?