How to load file that is without extension

6 views (last 30 days)
I am looking for How to load file that is without extension
please find attached file
I want load that is about 100 files. so I have to use code.

Accepted Answer

darova
darova on 7 Apr 2020
Try importdata
A = importdata('what.data.1')

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!