What are different column in the temperature and SAR extracted file?

Hello,

I extracted a mat file of SAR and temperature to do some analysis. For SAR there are Axis0-Axis3 and Snapshot0 which don't have the same dimension. And for temperature there are axis0-axis3 and Snapshot0-Snaphsot8. What are each one of this columns?

Thanks.

Hi,
For the SAR you export the axis vectors and Snapshot0 is the SAR values in a single row format (you need to reshape according to axis vectors for showing in 3d ). Similarly for the temperature, however i think every Snapshot corresponds to the temperature distribution in a certain time step

Thanks,
Why the dimension of the axis are different and so how to reshape the SAR with different dimension of axis vectors ?