making a result table
Afficher commentaires plus anciens
Hello,
The code that I am writing is using ginput. for example I select 2 points and t1, C1, and C2 are calculated. For showing result at table, how can I name each row like #1?
The ginput gets the number of input so I don't have a specific row number. I tried following code and get an error.
R=[1:m];
s=num2str(R)
TT=table(t1,C1,C2,...
'RowNames',s)
Thanks
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Exploration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!