load dat file in matlab
237 views (last 30 days)
Show older comments
vasiliki thomopoulou
on 16 Oct 2021
Commented: khushbu khushbu
on 7 Sep 2023 at 4:41
I want to load dat file in matlab.
I have already writen this
Can you help me? I want to load this file into an argument in order to continue.
Thanks a lot.
4 Comments
Accepted Answer
Sudharsana Iyengar
on 5 Nov 2021
You can try readtable
T=readtable('somefile.dat')
2 Comments
khushbu khushbu
on 7 Sep 2023 at 4:41
Did you get the octave alternative code for this?
Same situation as yours.
It will be great, If you can help.
Thanks
More Answers (0)
See Also
Categories
Find more on Spreadsheets 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!