Is there a way to store a handle (COM.application) into a memory block?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
In Simulink, I want to be able to open a COM server, keep the variable handle stored so it can be called in other iterations, then, during the last iteration, close and delete the handle.
I can open, call, and delete the handle per iteration, but that eats up too much time. I need to be able to store the variable (handle), but I do not know if it is possible. Any help?
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!