MATLAB: File extension .USER

matMATLABuser

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

Best Answer

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