필터 지우기
필터 지우기

How do i create a UItable with the data i want to be filled in the table ?

조회 수: 3 (최근 30일)
I have dragged and dropped a UItable in my Matlab GUI.I want to fill the table with some data.I dont have an callback function for a uitable where i can put my datas from the .m file.How do i start to fill datas into the uitable manually?
Kindly help me with this.Can anyone give me an example of this?

채택된 답변

Geoff Hayes
Geoff Hayes 2018년 4월 20일

sachin - since you mention "dragged and dropped" the uitable onto your GUI, I'm assuming that you are using GUIDE. If so, then you can use the GUI's OpeningFcn to populate the data with your data. See https://www.mathworks.com/matlabcentral/answers/263992-how-can-i-create-table-of-fixed-values-in-matlab-gui for an example.

추가 답변 (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