Borrar filtros
Borrar filtros

How to open .dat file

2 visualizaciones (últimos 30 días)
William
William el 6 de Mayo de 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.

Respuesta aceptada

Matt Kindig
Matt Kindig el 6 de Mayo de 2013
Use the functional form of load, i.e.
load(f)

Más respuestas (0)

Categorías

Más información sobre File Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by