Azzera filtri
Azzera filtri

How to open .dat file

2 visualizzazioni (ultimi 30 giorni)
William
William il 6 Mag 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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by