How to open .dat file

2 次查看(过去 30 天)
William
William 2013-5-6
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by