MATLAB: How to extract data from a cell array

cell arrayoutput

I want to view the data in this output table. But I get [6 x 6] double
Here is what i want to view. Outf.KELEM does not show the actual data.
Please help. Thanks.

Best Answer

cat(3,Outf.KELEM{:})