0

This seems like a relatively simple problem. I want to have the data from my ginput function print to a uitable (or text box, whatever is easier) in my GUI. I cannot seem to figure this one out. The ginput is activated with a push button, so I am guessing I need to set the data into the uitable somehow?

Robert Seifert
  • 25,078
  • 11
  • 68
  • 113
Shinobii
  • 2,401
  • 5
  • 24
  • 39

1 Answers1

0

Ok, I solved my problem using

set(handles.uitable, 'Data', ginputData)

Rookie error...

Shinobii
  • 2,401
  • 5
  • 24
  • 39