how to use boost library 1.55.0 to create a shared memory using a matlab application
Mostra commenti meno recenti
Hi, I'm trying to use boost library 1.55.0 to create a shared memory. I have an example.cpp file in which am creating a shared memory,but when I mex the file and try to debug it ,it's throwing an exception "MATLAB.exe has triggered a breakpoint" .Mex is successful here, but unable to create the boost shared memory because of the crash
Risposte (1)
Walter Roberson
il 18 Ott 2018
0 voti
Check out https://www.mathworks.com/matlabcentral/fileexchange/28572-sharedmatrix . The MS Windows version of it uses Boost.
2 Commenti
DEEPIKA RAVI KRISHNA
il 30 Ott 2018
Modificato: DEEPIKA RAVI KRISHNA
il 30 Ott 2018
Walter Roberson
il 30 Ott 2018
Would it be acceptable for your purposes to use accessor functions to read and write the memory from within MATLAB, or does the shared memory have to be "first class"? If it does have to be first class then does it need to be able to pass tests such as isdouble() or would it be acceptable to wrap it in a class object?
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!