Filter löschen
Filter löschen

update table with labels on column

1 Ansicht (letzte 30 Tage)
ladan hz
ladan hz am 2 Okt. 2017
Bearbeitet: Jan am 2 Okt. 2017
% 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 Kommentare
ladan hz
ladan hz am 2 Okt. 2017
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 am 2 Okt. 2017
Bearbeitet: Jan am 2 Okt. 2017
"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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by