GUI Help For Showing Data and Pictures



Hello all, I have been playing around with this for some
time, but am not getting very far with it and would
appreciate any help that can be given.

I am doing a project where I have an HCS12 Microcontroller
sending a byte of information to my computer over RS232, and
then Matlab takes a picture with a Webcam when certain data
values are received from the MCU.

The serial and webcam part work great. I have the code
saving the images as files, and it displays them on the
screen using the imshow command.

But now I want to make a GUI that does the following:
Displays the image taken with the webcam in one box,
displays an image stored on the computer in another, and in
a text box on the left side, it will display the name and
maybe some other information, of the user that entered their
password into the MCU. The users information will be stored
on the computer, and the computer knows what data to display
based on the serial data it gets from the MCU.

What I need is any help I can get on how to make a GUI that
does these things, it just needs to be able to read
different variables I have set in Matlab and display them.
For example, I already have an IMG variable, so imshow(IMG)
displays the picture taken by the webcam. I now just need
the GUI to do the same thing.

I also need the GUI to read the user information strings and
display them in a text box, or multiple, whatever.

And finally I need it to read from already made image files,
and then display them in the GUI.

The last part there about the already made files is not that
important, but would be a nice addition.

Any code examples, advice, links, anything that can be given
would be greatly appreciated. I am very new to doing these
things in Matlab.

Thank you!
.



Relevant Pages

  • Re: GUI Help For Showing Data and Pictures
    ... I get it to display images in the GUI. ... displaying the webcam images, but I imagine there not being ... The users information will be stored ...
    (comp.soft-sys.matlab)
  • Re: GUI Help For Showing Data and Pictures
    ... displaying the webcam images, but I imagine there not being ... The last issue is just getting it to display next that I ... But now I want to make a GUI that does the following: ... The users information will be stored ...
    (comp.soft-sys.matlab)
  • Re: Help Regarding GUI
    ... tk.i want to design a gui with a List of 5 fields and display it with ... and when running the script the gui is ... pack $f.label -side left ...
    (comp.lang.tcl)
  • Re: To change Background in MATLAB GUI
    ... screensize = get; ... that but then how do you place all the various other controls that you ... I tried making such a GUI with GUIDE and ... % Load in a background image and display it using the correct ...
    (comp.soft-sys.matlab)
  • Re: Displaying results in GUI
    ... At some point you need to signal to your gui to do the ... computation and display the result. ... eventdata, handles, varargin)). ... set(handles.textbox, 'String', result); ...
    (comp.soft-sys.matlab)