Re: [Tutor] Python in MATLAB

2011-02-25 Thread Sriram Jaju
I googled but i didn't get considerable results. I am doing a project on optical character recognition, i tried a code on matlab, but it was not efficient. I tried it on python it worked. Now i want to embed python code in matlab code with other matlab function such as image acquisition etc. so how

Re: [Tutor] Python in MATLAB

2011-02-25 Thread Chris Fuller
Absolutely. You can use mex files to interface with the Python API (this requires considerable C proficiency), or you can use something like pymex or pymat. Did you google "matlab python"? http://vader.cse.lehigh.edu/~perkins/pymex.html http://claymore.engineer.gvsu.edu/~steriana/Python/pymat

[Tutor] Python in MATLAB

2011-02-25 Thread Sriram Jaju
can i embed python code in MATLAB program? -- Xcited 2 be AliveSriram ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] Python in MATLAB

2011-02-25 Thread Sriram Jaju
can i embed python code in MATLAB program? -- Xcited 2 be AliveSriram ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor