How to open .dat file

3 views (last 30 days)
William
William on 6 May 2013
f = /:\Documents and Settings\Owner\Desktop\something.dat load f
??? Error using ==> load Unable to read file f: No such file or directory.
I would get exact above errors. And, I do not know a good way of opening dat file manually.
Thank you.

Accepted Answer

Matt Kindig
Matt Kindig on 6 May 2013
Use the functional form of load, i.e.
load(f)

More Answers (0)

Categories

Find more on File Operations 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!