You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using Matlab Engine to run matlab functions from python.
This would force the user to get python <-> Matlab working on their own (usually a half-hour struggle); save us from writing a very non-DRY matlab client (with all the serialization/deserialization of cbaas datatypes)
But Python's view of an image is a numpy.array. Is this the right representation for an image in matlab, too?
The text was updated successfully, but these errors were encountered:
imalsogreg
changed the title
Matlab client example
Matlab client via Matlab Engine?
Sep 3, 2016
Consider using Matlab Engine to run matlab functions from python.
This would force the user to get python <-> Matlab working on their own (usually a half-hour struggle); save us from writing a very non-DRY matlab client (with all the serialization/deserialization of cbaas datatypes)
But Python's view of an image is a
numpy.array
. Is this the right representation for an image in matlab, too?The text was updated successfully, but these errors were encountered: