Clear Filters
Clear Filters

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)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!