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