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?
Asked
Active
Viewed 328 times
1 Answers
0
Ok, I solved my problem using
set(handles.uitable, 'Data', ginputData)
Rookie error...

Shinobii
- 2,401
- 5
- 24
- 39