필터 지우기
필터 지우기

Question about GUIDE GUI: dynamically populating uitables

조회 수: 2 (최근 30일)
Brian
Brian 2012년 8월 3일
Hello, thanks for reading this,
I have a questioin about uitables, specifically, how to dynamically populate one with values from another callback function.
I call one function to get a table of values, and I would like to put those values (a vector) into a uitable. It is a single vector of doubles. How would I go about doing this?
Thanks for your help!

채택된 답변

Brian
Brian 2012년 8월 3일
Actually, I answered my own question with a bit of googling. I just needed the command:
set(handles.uitable1,'Data',l);
Hope this helps anyone else having this problem.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by