Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eazuela

    Still problem with GUIs

    I'm making a GUI and i have to show a image every second. I create a timer to do so in opening function from the GUI like this: handles.tempo = timer; handles.tempo.ExecutionMode = 'FixedSpacing'; handles.tempo.StartDelay = 5; set(handles.tempo, 'TimerFcn', {@myphoto_Callback, handles})...
  2. eazuela

    GUI with Timer problem

    I've been creatting a GUI where i want to show a image(jpg) with an axes. This image has to be updated every second. I just created a timer and use its callback to do so. My problem is that the image doesn't show on the axes, in fact come another figure show it. How could i do to solve this...

Part and Inventory Search

Back
Top