File extension .USER

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

0 个投票

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 个评论

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

0 个投票

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.

类别

帮助中心File Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by