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

24th Jan 2017, 2:23 PM
voryamiraki
voryamiraki - avatar
2 Respostas
0
put that shit in a loop.
24th Jan 2017, 3:11 PM
Nedim Kanat
Nedim Kanat - avatar
0
Well, I think that using a loop would be wise. Just do old_matrix = new_matrix and loop 5 times...
24th Jan 2017, 7:58 PM
Amaras A
Amaras A - avatar