How to open .dat file

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

Use the functional form of load, i.e.
load(f)

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!