in reply to unexpected output,

Is that your input or your output? If it's the input, what's the output. If it's the output, what's the input? Finally, what's the problem? (i.e. What output are you expecting?)

Replies are listed 'Best First'.
Re^2: unexpected output,
by DanielM0412 (Acolyte) on Jul 20, 2011 at 19:46 UTC
    im using a file with the matrix in it as the input, reading in the file and splitting it (this is the sub up above) this is this first of 3 subroutines, the next one is dividing every number in the matrix by .25 to get rid of the noise factor then the new data is the out put, and the last is writing to an empty file
      You have yet to say anything at all about the problem you want us to solve!!! Could you start by answering the remainder of my questions. Specifically, what output are you getting and what output are you expecting?