|
From: <HBB...@t-...> - 2007-06-04 20:23:34
|
Kamaraju S Kusumanchi wrote: > In octave one can do > > surf(A, B, C) > > where A is a 1-D vector of size n, B is a 1-D vector of size n, C is 2-D > matrix of size nxn. > > This basically plots the surface defined by C on the mesh generated by A, B. > Is there any way to achieve this gnuplot? Yes. Read 'help datafile', and particularly the sections about 'matrix' and 'binary' options. |