|
From: Thomas S. <t.s...@fz...> - 2010-07-24 08:05:59
|
where did you use the math functions? directly at the prompt
they don't work, only as arguments to some commands
like 'plot', 'print', ...
gnuplot> log(50)
^
invalid command
gnuplot> print log(50)
3.91202300542815
desert1940fox wrote:
>
> Hello,
> I am using gnuplot
> G N U P L O T
> Version 4.4 patchlevel 0
> last modified March 2010
> System: MS-Windows 32 bit
>
> When I try to use some of the math functions like log(50), none of them
> work. it says invalid command.
> I can make plots and stuff, but I can't access any of the math functions.
> can someone help me?
>
--
View this message in context: http://old.nabble.com/math-functions-not-working-tp29249677p29253722.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|