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?

  • no. some words to pass limit – Iłya Bursov Aug 19 '14 at 05:36
  • No, but you can [interoperate between .NET and Matlab](http://stackoverflow.com/a/435654/69809), i.e. call .NET libraries from Matlab or expose Matlab scripts as .NET libraries. – vgru Aug 19 '14 at 09: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. – Mendi Barel Aug 19 '14 at 09:20

0 Answers0