exctract column from files
1 次查看(过去 30 天)
显示 更早的评论
Hello so from this file i need distract only this information wich is shown belown
5657.119 N 02404.880
0 个评论
回答(2 个)
Guillaume
2019-12-13
locations = readtable('New Text Document.txt');
locations.Properties.VariableNames([3 5]) = {'Latitude', 'Longitude'}
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Report Generator 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!