I have an assignment to create a GUI using the matlab built-in gui guide and am having a problem with displaying an edited picture. I need to have buttons that edit the picture (eg. remove red, blue, green components and rotate) and display that edited picture. I am using the imshow() to display the edited picture but it displays in a new window and shuts down the gui I had running. Can anyone help?
- I've been working on this and have tried numerous different ways of fixing the problem but none worked. However, I am using Matlab 7.0.1, and 7.7.0 might have an update for this problem.