Filter löschen
Filter löschen

How to open .dat file

2 Ansichten (letzte 30 Tage)
William
William am 6 Mai 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by