Strange Graphical Display Problems
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi. I am using matlab on a 32 bit pc with windows XP. When I run my GUI through matlab it all works perfectly. In short it catches an image from a camera and displays image max/min and mean values.

It also shows in a dialog box where the prefdir directory is. My problems arise after I have compiled it and try to run the EXe on the same PC (or indeed any other PC with the MCR).
The graphics just don't work!

Clearly, the image data is there somewhere as the max/min and mean values are close to the values when I run thru matlab. Any suggestions please??
Thanks
Answers (1)
Image Analyst
on 5 Oct 2015
0 votes
What does it say in the console window? Was there any kind of error message?
You might have trouble finding someone to help since not many people have such an old operating system. Also, what version of MATLAB do you have?
6 Comments
Jason
on 5 Oct 2015
Image Analyst
on 5 Oct 2015
What if you just say
imshow(img,[]);
Jason
on 5 Oct 2015
Image Analyst
on 5 Oct 2015
I've use MATLAB with XP and had no problems, but that was with versions of MATLAB that came out way back then. It's possible if you're using a modern version of MATLAB that there may be quirks when running compiled versions on antique operating systems.
Jason
on 5 Oct 2015
Image Analyst
on 5 Oct 2015
See if this helps:
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!