What are different column in the temperature and SAR extracted file?
-
wrote on 14 Dec 2018, 14:34 last edited by
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.
-
wrote on 14 Dec 2018, 15:18 last edited by
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 -
wrote on 14 Dec 2018, 15:33 last edited by Saya
Thanks,
Why the dimension of the axis are different and so how to reshape the SAR with different dimension of axis vectors ?