How can I clear the RAM memory used by MATLAB without closing the window?
Mostrar comentarios más antiguos
Hello everybody, I need your help!
I am using MATLAB and the Kinect for Windows to acquire the skeletal data and everything is going fine. However, after a while, I get an error due to insufficient free RAM memory. The acquisition is stopped and I try everything to clear the memory: clear, clear all, clearvars -global, close all, but nothing works - the memory is not cleared and I can't acquire more data.
Can anybody tell me a command to clear the RAM memory without closing the window?
Thank for your attention. Best regards.
2 comentarios
Juan Reyes
el 12 de Jun. de 2018
Hello André, Did you find the solution? I'm having kind of the same problem here. Thank you!
Adhiti Raman
el 21 de Jul. de 2018
I'm having the same issue. Did either one of you find out how to fix this?
Respuesta aceptada
Más respuestas (1)
Adhiti Raman
el 23 de Jul. de 2018
Editada: Adhiti Raman
el 23 de Jul. de 2018
1 voto
So I fixed this error by running imaqreset at the start of my code.
Categorías
Más información sobre Acquisition Using Kinect for Windows Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!