필터 지우기
필터 지우기

Finding the .m file from a data file

조회 수: 1 (최근 30일)
eduardoq
eduardoq 2013년 1월 13일
Is it possible to know which .m file created a data file from looking at the data file?
Cheers

채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 13일
Generally speaking, NO. In some cases, the .m file might have deliberately put its own name in the data file, but this does not happen often.
.m file names are not automatically recorded when files are created.

추가 답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 13일
Use the same name for your data and m file
  댓글 수: 3
Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 13일
편집: Azzi Abdelmalek 2013년 1월 13일
It's difficult to guess, if we don't know what those files are generating? but I think you can guess from the size of your data for example, or others clues.
Azzi Abdelmalek
Azzi Abdelmalek 2013년 1월 13일
편집: Azzi Abdelmalek 2013년 1월 13일
How many data files and m files do you have? We can for example run all your m files, and compare their results to the imported data files

댓글을 달려면 로그인하십시오.


Image Analyst
Image Analyst 2013년 1월 13일
Only if there is some clue, such as the filename is hard coded into an m-file. In that case, you can use "Find Files..." on the ribbon or pulldown menu to locate files that have that filename coded into them. Or look for some text (e.g. header lines) in the file that may have been mentioned in the file (again, use "Find files").

카테고리

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