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 limitIłya Bursov– Iłya Bursov2014-08-19 05:36:57 +00:00Commented 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.vgru– vgru2014-08-19 09:12:20 +00:00Commented 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.Mendi Barel– Mendi Barel2014-08-19 09:20:32 +00:00Commented Aug 19, 2014 at 9:20
Add a comment
|