Yesterday, I installed Octave 3.2.4 configured for i686-pc-mingw32 with all the packages checked for installation. But it seems that it was a very bad thing to do. When I tried to execute a plot(x,y) command in Octave the plot window froze with “Not Responding” in its Title bar. It tried to close and try several time but nothing changed.
Then I found that there is a known issue with the “oct2mat octave-forge package”, which seems to affect plot related commands. The purpose of the package is to convert m-file into matlab-compatible coding style.
So the best solution would be to not install the oct2mat package when you install octave with octave-forge packages,if you do not use this package. But if it is already installed then execute:
octave-3.2.4.exe:1>pkg rebuild -noauto oct2mat
and then restart Octave. It will work just fine. Worked for me.


