Clear Filters
Clear Filters

File extension .USER

2 views (last 30 days)
Guillermo
Guillermo on 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

Accepted Answer

Guillermo
Guillermo on 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 Comment
Walter Roberson
Walter Roberson on 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?

Sign in to comment.

More Answers (1)

Walter Roberson
Walter Roberson on 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

Products

Community Treasure Hunt

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

Start Hunting!