does anybody know where to find a program which plots Vectorfields, i.e. fields with
f(x,y,z)=(f_x(x,y,z), f_y(x,y,z), f_z(x,y,z))^T (^T means transposed). I have not found any hint in Octplot or Octave or gnuplot - can anybody help me?
Angelika
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
does anybody know where to find a program which plots Vectorfields, i.e. fields with
f(x,y,z)=(f_x(x,y,z), f_y(x,y,z), f_z(x,y,z))^T (^T means transposed). I have not found any hint in Octplot or Octave or gnuplot - can anybody help me?
Angelika
Angelika,
If you field is just 2D, you can use the quiver command which works both in gnuplot and octplot. If you have a 3D field, I think octaviz has quiver3.
Shai