필터 지우기
필터 지우기

update table with labels on column

조회 수: 1 (최근 30일)
ladan hz
ladan hz 2017년 10월 2일
편집: Jan 2017년 10월 2일
% put lable on table tracks
for l=1:18;
labels(l,:)
for c=1:3
column=3*(l-1)+c
end
end
I put the labels on my track's tableA which is 170 rows and 18 column with the function above, now how can i update the tableA to have it with label ? each 3 column of tracks are given by 1 label (54 column ,18 labels means each 3 tracks is one)
[EDITED, Jan, Code formatted]
  댓글 수: 3
ladan hz
ladan hz 2017년 10월 2일
yes you are right , thanks for deleting the other one, by put label i mean for each 3 of 54 column we have one name or label ,which are 18 .the output is the tableA which i jad before which is contain 170 rows and 54 column of tracked data interpolated in matlab, now i want table A with the lables above
Jan
Jan 2017년 10월 2일
편집: Jan 2017년 10월 2일
"One label which are 18"? You do not create a table, but only print some numbers to the command window currently.
Do you want to create a table object, a uitable, a list of numbers in the command window with some strings as a header, a text file or an Excel table? Remember that the readers in the forum do not have the faintest idea about what you are doing.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by