I've made an image processing application in Matlab, that reads an
image and stores the width and height of the image in 2 variables, x
and y ....
Now i want to read those 2 variables in another application (a C#
application) that is running with the Matlab application...
Does anyone know how to do so?
Thanks......