exctract column from files
1 view (last 30 days)
Show older comments
Hello so from this file i need distract only this information wich is shown belown
5657.119 N 02404.880
0 Comments
Answers (2)
Guillaume
on 13 Dec 2019
locations = readtable('New Text Document.txt');
locations.Properties.VariableNames([3 5]) = {'Latitude', 'Longitude'}
0 Comments
See Also
Categories
Find more on MATLAB Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!