Saving to an ascii file
Saving to an ascii file
(OP)
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
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





RE: Saving to an ascii file
M
--
Dr Michael F Platten
RE: Saving to an ascii file
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 there is something that I did not understand?
RE: Saving to an ascii file
M
--
Dr Michael F Platten
RE: Saving to an ascii file
Yes, but how do I save the figure as an ASCII?
Juma
RE: Saving to an ascii file
is to save the output of the figure as an ASCII file
or if not, convert the figure to ASCII
Thanks,
Juma