I have some matrixes of which names are stored in a list.
print(result)
output:
['cyl9', 'cyl10']
Now how to call these arrays??
Like I Have Matrix In The name of result list items.
A = np.array(cyl9, dtype = 'float64')
the results is
Output:
array([[1.00000000e+00, 2.99880415e-01, 1.55988738e-01, 2.00000000e+00], [2.00000000e+00, 2.99521804e-01, 1.61967918e-01]])