0

Does we have a common memory space where images can be stored which can be accessed by both dotnet and matlab at same time. Whereas we want to store images to a common memory from matlab code. And also we want to retrieve the images from that memory space through the dotnet code. It is appreciable if you can suggest the efficient memory utilization which we can adopt?

3
  • no. some words to pass limit Commented Aug 19, 2014 at 5:36
  • No, but you can interoperate between .NET and Matlab, i.e. call .NET libraries from Matlab or expose Matlab scripts as .NET libraries. Commented Aug 19, 2014 at 9:12
  • I think the simplest way is to save the image into file on memory drive (google for RAM drive). Another way is to create memory share manager dll. Commented Aug 19, 2014 at 9:20

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.