I have been looking for a way to monitor the memory consumption for matlab, but have been unable to do so. What I am interested in is the peak memory for built in functions and that cannot be measured with the matlab profiler, since these functions are already compiled.
Peak memory issues is seldom documented in matlab, which means that to find out what the problem is I will need to monitor the memory usage myself. I have already tried to use the resource manager in windows, but I had problems finding anything. I could be that there is no problem but, it can also mean that the sampling rate is to low. I use windows 7.
This question may not be related only to matlab, but since I have problems in matlab I will tag it so.