I am writing a program that I read a matrix and if the value of the element is less than a value rewrite it as zero and if it is greater than the value, leave it as such. I do this:
lis=open('ej.txt','r')
A=lis.read()
A=np.genfromtxt(StringIO(...
asked on
23.08.2016 / 02:05