|
From: Daniel J S. <dan...@ie...> - 2007-04-17 03:01:19
|
Pawel Cesar Sanjuan Szklarz wrote: > Now I have the next ploblem: how to use external function to generate > the values of the vector field?? why I need this: on my functions I > solve a set equations to find the behavior of the robot. Thats why I > am thinking about the pipe-feature. > > With the '+' filename it is possible in gnuplot to write the "x,y" > values to evaluate in some file?? > May be it is possible to write the "x,y" grid, then run some process ( > in my case octave), and then use the results file to plot??? The discussion of pipes and transfering data from Octave to gnuplot should go to the Octave list. Octave currently sends data to gnuplot though a pipe. The Octave folks may be able to help you set something up in terms of transferring data and the type of plot you'd like to generate. I've also update the patch [ gnuplot-Patches-1027032 ] Connect gnuplot_x11 to exterior application window which uses a pipe created using TCL rather than C, but I see now that isn't anything you need. Dan |