create a table with strings and numbers
Afficher commentaires plus anciens
Hello,
I have two matrixs let say
a = [1:10] -->Var_1
b = [2:2:20] --> Var_2
and one string matrix:
city = {'city_1', 'city_2','city_3','city_4','city_5','city_6','city_7','city_8','city_9','city_10'}
and I want to create and display the table like the figure:

Could someone help me with this task?
Thanks in advance,
1 commentaire
dpb
le 19 Mai 2021
See the doc and examples for the table function --
tData=table(city,a,b,'variablenames',{'City','VarA','VarB'});
Réponse acceptée
Plus de réponses (1)
Giannis Nikolopoulos
le 24 Mai 2021
0 votes
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!