how to decompress MAT files

2 次查看(过去 30 天)
ahmed
ahmed 2013-3-8
hi is any one knows how to decompress MAT files ?

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-8
编辑:Azzi Abdelmalek 2013-3-8
If you mean load data
load filename
%or
data=load('filename')
  3 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-3-8
When you type
data=load('yourfilename')
What did you get?
Walter Roberson
Walter Roberson 2013-3-9
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by