Effacer les filtres
Effacer les filtres

update table with labels on column

1 vue (au cours des 30 derniers jours)
ladan hz
ladan hz le 2 Oct 2017
Modifié(e) : Jan le 2 Oct 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 commentaires
ladan hz
ladan hz le 2 Oct 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 le 2 Oct 2017
Modifié(e) : Jan le 2 Oct 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.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by