I have data in a rectangular structure – something like matrix={{a,b,c},{d,e,f},{g,h,i}}. The problem is that some of the columns consist of uncompressed data and some not. Now I'm looking for an elegant way to uncompress the whole matrix. Unfortunately Uncompress[matrix] doesn't work.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
|||||||||||
|
|
Create a matrix, and compress a column
Uncompress it:
Edit Instead of |
|||||||||||||
|
|
Here is a way to only uncompress elements that have been compressed. Note that using Mathematica's
|
|||||||||||||
|

