photo

Jake Santiago


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Distance-Time data extraction
data = dlmread('Minimumdistance.txt'); data = data(data(:,1)<=0.5,:); As Bob suggested, this would probably work for you. ...

5 years ago | 0