Read matriz from text file

Hello, i am new to Matlab, and i still coudn't find a way to read a text file, organized like it was a table, and get the matriz in it. The first line of the file are the names of the citys, and rest of the lines are the matriz, wich each position corresponds to the distance between the cities. My objective is to read the cities and put them in an array, and get the matriz with only the numbers;
can someone help me?
Salmorrete, Vila Lo, Piao, Tortolindo, Chao de Frades
0 104 97 33 205
0 0 46 57 410
0 0 0 154 73
0 0 0 0 322
0 0 0 0 0

 采纳的回答

solution:
data=table2array(readtable('yourfilename.txt'))

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by