initialize a matrix in while-loop[code]while (samples! = 0)[/code] is not always true, because I change the value of samples each tim...
initialize a matrix in while-loopI changed [code]for(int i=1; i<=timeStep; i++)[/code] to [code]for(int i=1; i<timeStep; i++)[/code] ...
initialize a matrix in while-loopHi, I have written a program, in which I create a NxN-matrix. As I need some different samples (s...
This user does not accept Private Messages