Thanks,
I tried : save newfile matrix1 matrix2 matrix3 -ascii
the output (newfile) is a 450x192 which is not what I am after. I want the new matrix to saved as 150x192 same as it was displayed using:
contour(matrix1,matrix2,matrixZ)
Where matrix1 and matrix2 are actually the x and y data
Or...