From: A B on
Hi,

I wanted to write a MATLAb file which I included in a C# Gui.
However I have problems running out of memory, after building the Matlab Project with Builder NE. When I run it inside Matlab, I don't experience the same problems.

After having it build, and changing the memory usage, I saw that the .dll I made out of the Matlab file uses 200MB more memory. How is that possible and are there anyway to decrease memory usage in a built project?

Thanks
From: A B on
any ideas?
maybe also i dont know wether it is running with the java virtual machine and if one could deactivate it, it would save a lot of memory...
From: A B on
<hvglms$cqd$1(a)fred.mathworks.com>...
> any ideas?
> maybe also i dont know wether it is running with the java virtual machine and if one could deactivate it, it would save a lot of memory...

well, just saw in the help, that i can at least control wether java virtual machine is enabled or not. that saves some memory...still i need more