Skip to content

Instantly share code, notes, and snippets.

@egeerardyn
Created July 7, 2015 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egeerardyn/6af271db8870905e903a to your computer and use it in GitHub Desktop.
Save egeerardyn/6af271db8870905e903a to your computer and use it in GitHub Desktop.
m2t 65e5243 R2014b
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usetikzlibrary{arrows.meta}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
\newlength\figureHeight \setlength{\figureHeight}{6cm}
\newlength\figureWidth \setlength{\figureWidth}{10cm}
\begin{document}
\definecolor{mycolor1}{rgb}{0.00000,0.44700,0.74100}%
%
\begin{tikzpicture}
\begin{axis}[%
width=\figureWidth,
height=0.212\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax=6.28319,
xminorticks=true,
ymin= -1,
ymax= 1,
ytick={\empty},
axis background/.style={fill=white}
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
0 1\\
0.0376991 0.999289\\
0.0753982 0.997159\\
0.113097 0.993611\\
0.150796 0.988652\\
0.188496 0.982287\\
0.226195 0.974527\\
0.263894 0.965382\\
0.301593 0.954865\\
0.339292 0.942991\\
0.376991 0.929776\\
0.41469 0.915241\\
0.452389 0.899405\\
0.490088 0.882291\\
0.527788 0.863923\\
0.565487 0.844328\\
0.603186 0.823533\\
0.640885 0.801567\\
0.678584 0.778462\\
0.716283 0.754251\\
0.766549 0.720309\\
0.816814 0.684547\\
0.86708 0.647056\\
0.917345 0.60793\\
0.967611 0.567269\\
1.01788 0.525175\\
1.04301 0.503623\\
1.11841 0.437116\\
1.16867 0.391374\\
1.21894 0.344643\\
1.31947 0.24869\\
1.36973 0.19971\\
1.47027 0.100362\\
1.5708 5.05322e-16\\
1.77186 -0.19971\\
1.82212 -0.24869\\
1.92265 -0.344643\\
1.97292 -0.391374\\
2.02319 -0.437116\\
2.07345 -0.481754\\
2.12372 -0.525175\\
2.17398 -0.567269\\
2.22425 -0.60793\\
2.27451 -0.647056\\
2.32478 -0.684547\\
2.37504 -0.720309\\
2.42531 -0.754251\\
2.47558 -0.786288\\
2.52584 -0.816339\\
2.57611 -0.844328\\
2.62637 -0.870184\\
2.67664 -0.893841\\
2.7269 -0.915241\\
2.77717 -0.934329\\
2.82743 -0.951057\\
2.8777 -0.965382\\
2.92796 -0.977268\\
2.97823 -0.986686\\
3.0285 -0.993611\\
3.07876 -0.998027\\
3.12903 -0.999921\\
3.17929 -0.999289\\
3.22956 -0.996134\\
3.27982 -0.990461\\
3.33009 -0.982287\\
3.38035 -0.971632\\
3.43062 -0.958522\\
3.48088 -0.942991\\
3.53115 -0.925077\\
3.58142 -0.904827\\
3.63168 -0.882291\\
3.68195 -0.857527\\
3.73221 -0.830596\\
3.78248 -0.801567\\
3.83274 -0.770513\\
3.88301 -0.737513\\
3.93327 -0.70265\\
3.98354 -0.666012\\
4.0338 -0.627691\\
4.08407 -0.587785\\
4.13434 -0.546394\\
4.1846 -0.503623\\
4.28513 -0.414376\\
4.3354 -0.368125\\
4.43593 -0.272952\\
4.53646 -0.175023\\
4.63699 -0.0753268\\
4.83805 0.125333\\
4.93858 0.224271\\
5.03911 0.320944\\
5.13965 0.414376\\
5.18991 0.45958\\
5.29044 0.546394\\
5.34071 0.587785\\
5.39097 0.627691\\
5.44124 0.666012\\
5.4915 0.70265\\
5.54177 0.737513\\
5.59203 0.770513\\
5.6423 0.801567\\
5.69257 0.830596\\
5.74283 0.857527\\
5.7931 0.882291\\
5.84336 0.904827\\
5.89363 0.925077\\
5.94389 0.942991\\
5.99416 0.958522\\
6.04442 0.971632\\
6.09469 0.982287\\
6.14496 0.990461\\
6.19522 0.996134\\
6.2392 0.999033\\
6.28319 1\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment