Code:
// Matrizo: Dynamic Float Matrix
// i, j : integer;
// pFile: FILE*

...
fprintf (pFile, "%i %i %g\n",i,j,matrizo[i][j])
...
My temp.txt show me 1.3487e-02 but I need 0.013487.

Someone can help me plz?

Tks ^^