help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with plotting of functions for large arguments


From: kschnikow
Subject: Problem with plotting of functions for large arguments
Date: Fri, 30 Oct 2015 02:09:21 -0700 (PDT)

Dear all,

I have a problem using the plot() functions for e.g. plotting the sine
function for large arguments  > 1e6

For example, when I define the intervall x=10000000*pi:4*pi/100/10000004*pi;
and I try to plot(x,sin(x)) I get rubbish.

Also when I try  plot(x,sin(x-floor(10000000*pi/(2*pi))*2*pi) nothing
changes, so I assume that sine function is operating correctly.

Does plot have a problem when displaying function values over large
arguments?


Thanks at all who take time to answer!



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Problem-with-plotting-of-functions-for-large-arguments-tp4673212.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]