how to decompress MAT files

4 views (last 30 days)
ahmed
ahmed on 8 Mar 2013
hi is any one knows how to decompress MAT files ?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 8 Mar 2013
Edited: Azzi Abdelmalek on 8 Mar 2013
If you mean load data
load filename
%or
data=load('filename')
  3 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 8 Mar 2013
When you type
data=load('yourfilename')
What did you get?
Walter Roberson
Walter Roberson on 9 Mar 2013
decompress ? Possibly huffman encoded??
The variable that shows up as "<1x1 struct>": what do you get if you ask
fieldnames(TheStructure)
with TheSTructure replaced by the appropriate variable name.

Sign in to comment.

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!