Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97188891
convy.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 3, 07:13
Size
892 B
Mime Type
text/x-tex
Expires
Sun, Jan 5, 07:13 (2 d)
Engine
blob
Format
Raw Data
Handle
23350006
Attached To
rSTICAZZI yearII_reports
convy.tex
View Options
\begin
{
tikzpicture
}
\pgfplotstableread
{
conv
_
study
_
one.dat
}
\convstudyone
\pgfplotsset
{
xmin = 0, xmax = 22,
width =
\textwidth
}
\begin
{
axis
}
[
title =
{
Étude sur la composante
$
y
$
}
,
xlabel=
{
$
dt
\:
[
10
^{
-
5
}
\;
s
]
$
}
,
ylabel=
{
$
y_f
\:
[
10
^{
-
5
}
\;
m
]
$
}
,
ymin=-22, ymax= 2,
ymajorgrids = true,
grid style = dashed,
legend style =
{
matrix anchor = south west,
at =
{
(0.05, 0.05)
}
}
]
\addplot
table [x = dt, y = Eyf]
{
\convstudyone
}
;
\label
{
eyf
}
\addlegendentry
{
$
Euler
$
}
\addplot
table [x = dt, y = ECyf]
{
\convstudyone
}
;
\label
{
ecyf
}
\addlegendentry
{
$
Euler
-
Cromer
$
}
\addplot
table [x = dt, y = RKyf]
{
\convstudyone
}
;
\label
{
rkyf
}
\addlegendentry
{
$
Runge
-
Kutta
$
}
\addplot
+[mark = none, domain = 0:22]
{
0
}
;
\label
{
thyvalue
}
\addlegendentry
{
Valeur analytique
}
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment