I have a list of 2x1 matrices like: [[[2.3], [2.4]], [[1.7], [1.6]], [[2.02], [2.33]]]
I need to convert it into a tuple of tuples, like:
((2.3,2.4),(1.7,1.6),(2.0