How to import multiple .mot files?
6 views (last 30 days)
Show older comments
How do you import multiple .mot files?
I have a sequence of files like 1.mot and 2.mot and 3.mot files. How do I import the data in one time?
Answers (2)
Cris LaPierre
on 13 Dec 2020
You could probably use a file datastore. I don't know what a *.mot file is, so can't comment on the specifics, but you might find this video from our Practical Data Science course on Coursera a good starting place.
1 Comment
Cris LaPierre
on 13 Dec 2020
Edited: Cris LaPierre
on 13 Dec 2020
If you are using fileDataStore and all your files have the same formatting, you should be able to use the uniformRead,true Name-value pair. This is covered starting around 2:45 in the video.
See Also
Categories
Find more on Historical Contests 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!