help-octave
[Top][All Lists]
Advanced

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

precision for discharge function


From: feldmaus
Subject: precision for discharge function
Date: Tue, 9 Jun 2009 08:26:21 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi All,

today i tried to plot an discharge function:
T=1e-6
t=0:0.1e-6:10e-6;
U0=1
u=U0*exp(-t*T);
plot(t,u)

But i pnly get a horizontal line. :-( 

This is because of the precision i think, so how
can i still plot it ?

regards Markus



reply via email to

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