FAQ: Difference between revisions

Jump to navigation Jump to search
39 bytes added ,  15 November 2011
m
Added link to forums
(Initial port from old wiki)
 
m (Added link to forums)
Line 18: Line 18:
* The gplot command of octave does not support gnuplot's linewidth parameter Thus you must use the graw() function for sending this option directly to gnuplot, eg.  
* The gplot command of octave does not support gnuplot's linewidth parameter Thus you must use the graw() function for sending this option directly to gnuplot, eg.  
  graw('replot "" notitle with lines lw 4\n');
  graw('replot "" notitle with lines lw 4\n');
*Search the octave archives for more.
*Search the [http://octave.1599824.n4.nabble.com/ octave archives] for more.


==How do I call an octave function from C++?==
==How do I call an octave function from C++?==

Navigation menu