uitable: Changing the Coloumn Name

조회 수: 1 (최근 30일)
Alvi Syahrin
Alvi Syahrin 2013년 5월 27일
I am working with MATLAB GUI. I have a push button, when I press it, it is going to be like this:
To show that table, I wrote this script:
t=uitable;
set(t,'Data',y)
y is the variable to show the numbers in the table.
The problem is, I want to change the coloumns name. For example, the first coloumn is going to be named X, the second coloumn is Y, the third coloumn is Z, the fourth coloumn is T. What script should I add to change the name of the coloumn?
Your answer will be appreciated. Thank you.

답변 (1개)

Muruganandham Subramanian
Muruganandham Subramanian 2013년 5월 27일
편집: Muruganandham Subramanian 2013년 5월 27일

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by