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...
Hello,
Can someone help?
I have 3 matrix of the same size 150x192
I have ploted them using :
contour(matrix1,matrix2,matrixZ)
Is there away to save the output as an ascii file?
Thanks