필터 지우기
필터 지우기

File extension .USER

조회 수: 2 (최근 30일)
Guillermo
Guillermo 2011년 8월 29일
Hello everybody,
I am trying to open a file with file extension .USER . This file contains samples from an acquisition system. Do you know if exists some data converter to transform the file from .USER to .MAT or .DAT???
Thanks

채택된 답변

Guillermo
Guillermo 2011년 8월 29일
I found the way!!
just was necesary to force load to treat the file as a MAT-file, regardless of the extension
S = load('name.USER', '-mat')
Thanks a lot
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 8월 29일
For future reference, could you indicate which data acquisition system this was, so we will be able to recognize the situation when it comes up for the next person?

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

추가 답변 (1개)

Walter Roberson
Walter Roberson 2011년 8월 29일
If you can give us an idea of which data acquisition system, we might be able to find the answer.
The file extension ".USER" is not an international standard file format.

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by