manpagez: man pages & more
info gnuplot
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1.13.1.51 system

‘system("command")‘ executes "command" using the standard shell and returns the resulting character stream from stdout as string variable. One optional trailing newline is ignored.

This can be used to import external functions into gnuplot scripts using ’f(x) = real(system(sprintf("somecommand %f", x)))’.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.