On Thu, Nov 23, 2006 at 04:57:26PM +0100, Rafael Laboissiere wrote: > * Paul Cochrane <[EMAIL PROTECTED]> [2006-11-23 16:28]: > > > >One example that compiles fine is vibrate. I can read in the matlab file in > > >octave, what is the magic to create a 3d plot as on the examples webpage? > > Use the mesh() command on the relevant variable. Have a look at the > > output of 'whos' from within the Octave shell for the variable names > > loaded from the data file. > > I guess that Christian was mentioning the fact that the output of gnuplot's > mesh is not so nice as the one in Matlab.
Well, I don't know matlab, and I know only a little bit of octave. mesh() is already very nice, I thought I'd have to write a lot of octave code to produce that figure. But there is no way to rotate the plot with mesh()? > In any event, there are other graphical front-ends to Octave that can > produce better-looking results, like PLplot (see > http://plplot.sourceforge.net/examples/demo08.php?lbind=Octave) and Octaviz > (see http://octaviz.sourceforge.net/index.php?page=screen). Those look even better, but some of the examples do not work. I guess plplot and octaviz need some glue code so that the matlab output from xdms can use those front ends? Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

