I have a matrix of floats of 3000 by 17, the theme is that in the first column I want to save strings.
With the following code:
tabla = numpy.empty((3000, 17))
nombres = ['i0{i}_0{d}_{n}.bmp'.format(i = imagen, d = distorsion, n =
nivel)...
asked by
10.04.2017 / 20:52