0
How to convert output to input?
I have a function that take a matrix as input then give a matrix with same dimension ... I want to convert output to input again and again.... for 5 times.... thanks
2 Respostas
0
put that shit in a loop.
0
Well, I think that using a loop would be wise. Just do old_matrix = new_matrix and loop 5 times...