필터 지우기
필터 지우기

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