Effacer les filtres
Effacer les filtres

File extension .USER

2 vues (au cours des 30 derniers jours)
Guillermo
Guillermo le 29 Août 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

Réponse acceptée

Guillermo
Guillermo le 29 Août 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 commentaire
Walter Roberson
Walter Roberson le 29 Août 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?

Connectez-vous pour commenter.

Plus de réponses (1)

Walter Roberson
Walter Roberson le 29 Août 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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by