* 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. 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). -- Rafael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

