MATLAB PROBLEM WITH DIP

I made a code for image processing and it was ok till i used the true image size many times, it's big then all the matlab became heavy also the windows and no results. I set up a new windows and install matlab but the code didn't work even if the image size change. i think that may be there are a missing files or something in matlab related to the windows. I already have the compiler and visual C++ , I'm using matlab R2011a & Gonzalez, Peter Corke toolbox

4 Comments

hend
hend on 12 Mar 2013
Edited: hend on 12 Mar 2013
thanks for answer , but the problem now after set up and installed matlab again converted to be with the whole windows when I try to use matlab on images , it affected on the total performance and no result so I tried to use task manager may be i missing something but the problem is very bad nothing with the windows itself untill i work on matlab, plz help
Are you using 32 bit MATLAB or 64 bit MATLAB? How much RAM do you have? How much swap space on disk have you configured?
hend
hend on 12 Mar 2013
64-bit, RAM 3GB , swap apace 4294 MB
hend
hend on 13 Mar 2013
it was the swap file i got it , thanks

Sign in to comment.

 Accepted Answer

Walter Roberson
Walter Roberson on 12 Mar 2013

1 vote

Are you repeatedly plotting data without removing the old plots? If you are then the plot data can end up being saved in memory.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!