Borrar filtros
Borrar filtros

File extension .USER

2 visualizaciones (últimos 30 días)
Guillermo
Guillermo el 29 de Ag. de 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

Respuesta aceptada

Guillermo
Guillermo el 29 de Ag. de 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 comentario
Walter Roberson
Walter Roberson el 29 de Ag. de 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?

Iniciar sesión para comentar.

Más respuestas (1)

Walter Roberson
Walter Roberson el 29 de Ag. de 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.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by