Filter löschen
Filter löschen

File extension .USER

2 Ansichten (letzte 30 Tage)
Guillermo
Guillermo am 29 Aug. 2011
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

Akzeptierte Antwort

Guillermo
Guillermo am 29 Aug. 2011
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 Kommentar
Walter Roberson
Walter Roberson am 29 Aug. 2011
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?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 29 Aug. 2011
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.

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by