Skip to content

Instantly share code, notes, and snippets.

@egeerardyn
Created July 8, 2015 08:16
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/ea0993aad719dc5e3f4b to your computer and use it in GitHub Desktop.
Save egeerardyn/ea0993aad719dc5e3f4b to your computer and use it in GitHub Desktop.
m2t c02a6e5 R2014a
% 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=0.982\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
xtick={ 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5},
xticklabels={\empty},
xlabel style={align=center},
xlabel={one\\[1ex]two\\[1ex]three},
ymin=-1.5,
ymax= 1.5,
ytick={\empty},
ylabel style={align=center},
ylabel={one\\[1ex]$^\circ\text{ }\infty$\\[1ex]three},
title style={align=center},
title={multline\\[1ex]title},
legend style={legend cell align=left,align=left,fill=black}
]
\addplot [color=mycolor1,solid,mark=asterisk,mark options={solid}]
table[row sep=crcr]{%
1 0\\
2 1\\
3 1.5\\
4 1\\
5 -1\\
};
\addlegendentry{multi-line legends\\$\text{do work 2}^\text{2}\text{=4}$};
\addplot [color=mycolor1,dashed,mark=x,mark options={solid}]
table[row sep=crcr]{%
1 -1.5\\
2 0.5\\
3 1\\
4 0.5\\
5 -0.5\\
};
\addlegendentry{second\\plot};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}
\begin{tikzpicture}
\begin{axis}[%
width=\figureWidth,
height=0.932\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
unbounded coords=jump,
xmin= 0,
xmax=6.28319,
xlabel={${\text{x-Values}}$},
xmajorgrids,
ymin=-0.9,
ymax= 0.9,
ylabel={${\text{y-Values}}$},
ymajorgrids,
title={${\text{tikz test}}$},
legend style={at={(0.5,1.03)},anchor=south,legend columns=2,legend cell align=left,align=left,fill=black}
]
\addplot [color=blue,solid]
table[row sep=crcr]{%
0 0\\
0.31 0.305059\\
0.48 0.461779\\
0.62 0.581035\\
0.74 0.674288\\
0.85 0.75128\\
0.96 0.819192\\
1.06 0.872355\\
1.15 0.912764\\
nan nan\\
1.96 0.925212\\
2.05 0.887362\\
2.15 0.836899\\
2.25 0.778073\\
2.36 0.704411\\
2.47 0.622234\\
2.6 0.515501\\
2.74 0.390885\\
2.91 0.229528\\
3.18 -0.0383979\\
3.46 -0.313054\\
3.62 -0.460366\\
3.76 -0.579738\\
3.88 -0.673111\\
3.99 -0.750228\\
4.1 -0.818277\\
4.2 -0.871576\\
4.3 -0.916166\\
nan nan\\
5.11 -0.921989\\
5.2 -0.883455\\
5.3 -0.832267\\
5.4 -0.772764\\
5.51 -0.698418\\
5.63 -0.607719\\
5.76 -0.499642\\
5.91 -0.364583\\
6.09 -0.191986\\
6.28 -0.0031853\\
};
\addlegendentry{sin(x)};
\addplot [color=red,solid]
table[row sep=crcr]{%
0.45 0.900447\\
0.54 0.857709\\
0.64 0.802096\\
0.74 0.738469\\
0.85 0.659983\\
0.97 0.5653\\
1.1 0.453596\\
1.26 0.305817\\
1.47 0.100626\\
1.91 -0.332736\\
2.07 -0.478727\\
2.21 -0.596557\\
2.33 -0.688344\\
2.44 -0.763815\\
2.54 -0.824435\\
2.64 -0.876818\\
2.73 -0.916485\\
nan nan\\
3.54 -0.92168\\
3.63 -0.883081\\
3.73 -0.831826\\
3.83 -0.772259\\
3.94 -0.697848\\
4.06 -0.607087\\
4.19 -0.498952\\
4.34 -0.363842\\
4.52 -0.191204\\
5.16 0.432813\\
5.3 0.554374\\
5.43 0.657587\\
5.54 0.736317\\
5.65 0.806147\\
5.75 0.861192\\
5.85 0.907633\\
};
\addlegendentry{cos(x)};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 3,
tick align=outside,
xmajorgrids,
ymin= 0,
ymax= 4,
ymajorgrids,
zmin= -10,
zmax= 2,
zmajorgrids,
view={ 70}{ 18},
axis x line*=bottom,
axis y line*=left,
axis z line*=left
]
\addplot3[-Straight Barb,color=mycolor1,solid,point meta={sqrt((\thisrow{u})^2+(\thisrow{v})^2+(\thisrow{w})^2)},quiver={u=\thisrow{u},v=\thisrow{v},w=\thisrow{w},every arrow/.append style={-{Straight Barb[scale length={max(0.01,\pgfplotspointmetatransformed/1000)},scale width={0.5*max(0.01,\pgfplotspointmetatransformed/1000)}]}}}]
table[row sep=crcr] {%
x y z u v w\\
0 0 0 0.2 0.3 0.84\\
0.2 0.3 0.84 0.2 0.3 0.68\\
0.4 0.6 1.36 0.2 0.3 0.36\\
0.6 0.9 1.56 0.2 0.3 0.04\\
0.8 1.2 1.44 0.2 0.3 -0.28\\
1 1.5 1 0.2 0.3 -0.6\\
1.2 1.8 0.24 0.2 0.3 -0.92\\
1.4 2.1 -0.84 0.2 0.3 -1.24\\
1.6 2.4 -2.24 0.2 0.3 -1.56\\
1.8 2.7 -3.96 0.2 0.3 -1.88\\
2 3 -6 0.2 0.3 -2.04\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.411\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin= -1,
ymax= 1
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.989358\\
4 0.920026\\
5 -0.61604\\
};
\end{axis}
\begin{axis}[%
width=0.411\figureWidth,
height=0.419\figureHeight,
at={(0.54\figureWidth,0.581\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin=-0.5,
ymax= 1
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.540302\\
2 -0.1455\\
3 -0.292139\\
4 0.391857\\
5 0.787715\\
};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 5,
ymin= -4,
ymax= 2
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 1.55741\\
2 -2.18504\\
3 -0.142547\\
4 1.15782\\
5 -3.38052\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.333\figureWidth,
height=0.333\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin= -1,
ymax= 1
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.540302\\
2 0.155944\\
3 -0.160557\\
4 -0.416147\\
5 -0.617273\\
};
\end{axis}
\begin{axis}[%
width=0.333\figureWidth,
height=0.333\figureHeight,
at={(0.333\figureWidth,0.444\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin= 0.7,
ymax= 1
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.987766\\
3 0.987027\\
4 0.909297\\
5 0.786749\\
};
\end{axis}
\begin{axis}[%
width=0.333\figureWidth,
height=0.333\figureHeight,
at={(0.667\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 6,
ymin= -10,
ymax= 10
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 1.55741\\
2 6.33412\\
3 -6.14753\\
4 -2.18504\\
5 -1.27456\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}
\begin{tikzpicture}
\begin{axis}[%
width=0.925\figureWidth,
height=0.48\figureHeight,
at={(0.026\figureWidth,0.461\figureHeight)},
scale only axis,
separate axis lines,
every outer x axis line/.append style={white!40!black},
every x tick label/.append style={font=\color{white!40!black}},
xmode=log,
xmin=1000,
xmax=100000,
xtick={1000,10000,100000},
xticklabels={\empty},
xminorticks=true,
xmajorgrids,
xminorgrids,
every outer y axis line/.append style={white!40!black},
every y tick label/.append style={font=\color{white!40!black}},
ymin=-100,
ymax= 100,
ylabel={Magnitude (dB)},
ymajorgrids
]
\addplot [color=blue,solid,line width=1.5pt,forget plot]
table[row sep=crcr]{%
1000 0.041843\\
1158.95 0.0562717\\
1318.62 0.07295\\
1479.69 0.0920103\\
1637.62 0.112902\\
1804.08 0.137308\\
1969.22 0.163969\\
2139.59 0.194067\\
2314.01 0.227647\\
2491.13 0.264664\\
2681.81 0.307858\\
2873.81 0.354929\\
3079.56 0.409449\\
3300.03 0.472682\\
3520.03 0.540887\\
3754.69 0.619454\\
4005 0.710123\\
4271.99 0.814983\\
4556.79 0.936559\\
4838.21 1.0671\\
5137.01 1.2177\\
5454.27 1.39204\\
5791.12 1.5947\\
6148.78 1.83138\\
6498.5 2.08632\\
6868.1 2.38379\\
7258.73 2.73328\\
7636.3 3.10999\\
8033.5 3.5538\\
8451.37 4.08216\\
8850.07 4.65622\\
9267.59 5.34628\\
9660.17 6.09767\\
10069.4 7.0153\\
10447.7 8.0222\\
10840.1 9.28486\\
11195.6 10.6971\\
11562.8 12.5561\\
11887.1 14.7387\\
12164.2 17.3032\\
12390.6 20.2969\\
12563.2 23.6904\\
12738.1 29.6729\\
12856.1 39.6724\\
12915.5 59.3667\\
13035.1 32.2247\\
13216.6 24.3179\\
13462.6 19.0345\\
13776.5 14.9103\\
14228.3 10.9473\\
14762.8 7.6057\\
15459.3 4.31588\\
16338.5 1.05845\\
17508.3 -2.46126\\
19737.6 -7.99897\\
22046.7 -13.2523\\
23516.4 -16.7663\\
24739.6 -20.0551\\
25787.6 -23.4065\\
26633.3 -26.8017\\
27254.3 -30.0535\\
27761.5 -33.6649\\
28148.1 -37.6469\\
28540.1 -44.7278\\
28672 -49.2853\\
28804.4 -59.194\\
28937.5 -58.3668\\
29205.6 -44.8508\\
29612.3 -38.227\\
30163.3 -33.7285\\
30866.6 -30.3475\\
31732.3 -27.6765\\
32772.9 -25.5047\\
33847.7 -23.9026\\
35119.3 -22.4984\\
36607 -21.2727\\
38157.6 -20.3015\\
39957.8 -19.4321\\
41842.9 -18.7233\\
44019.4 -18.0817\\
46309 -17.55\\
48942.9 -17.0666\\
51726.6 -16.6621\\
54668.6 -16.3203\\
58044.9 -16.0067\\
61629.7 -15.7411\\
65435.9 -15.5145\\
69477.1 -15.3203\\
74108.8 -15.1411\\
79049.3 -14.9878\\
84319.1 -14.8562\\
89940.2 -14.7429\\
95936.1 -14.645\\
100000 -14.5892\\
};
\addplot [color=black!35!green,solid,line width=1.5pt,forget plot]
table[row sep=crcr]{%
1000 0.0416839\\
1158.95 0.0560568\\
1318.62 0.0726698\\
1479.69 0.0916547\\
1637.62 0.112463\\
1804.08 0.136769\\
1969.22 0.163321\\
2139.59 0.193292\\
2314.01 0.226728\\
2491.13 0.263582\\
2681.81 0.306583\\
2873.81 0.353437\\
3079.56 0.407698\\
3300.03 0.470621\\
3520.03 0.538478\\
3754.69 0.616629\\
4005 0.706795\\
4271.99 0.811042\\
4556.79 0.931865\\
4838.21 1.06154\\
5137.01 1.21108\\
5454.27 1.3841\\
5791.12 1.58508\\
6148.78 1.8196\\
6498.5 2.07197\\
6868.1 2.36609\\
7258.73 2.71112\\
7671.58 3.11911\\
8070.62 3.5621\\
8490.42 4.08841\\
8890.97 4.65865\\
9310.41 5.34149\\
9749.65 6.17204\\
10162.7 7.08847\\
10593.1 8.22412\\
10991.1 9.48878\\
11404 11.093\\
11778 12.8829\\
12220.4 15.4691\\
12679.5 18.0337\\
12797 18.3376\\
12856.1 18.3868\\
12915.5 18.359\\
13035.1 18.0702\\
13216.6 17.1401\\
13650.1 13.9564\\
14360.1 9.24399\\
15037.6 5.82625\\
15892.8 2.43828\\
16952.3 -0.944824\\
18589.6 -5.25256\\
22457 -13.9587\\
23954.1 -17.4222\\
25316.5 -20.8882\\
26633.3 -24.6465\\
28278.2 -29.0939\\
28672 -29.6456\\
28937.5 -29.8069\\
29071.2 -29.8219\\
29205.6 -29.7946\\
29476.1 -29.6237\\
29886.5 -29.1356\\
30866.6 -27.481\\
32622.2 -24.7072\\
34004.1 -23.0849\\
35444.6 -21.7969\\
37116.7 -20.6564\\
38867.8 -19.7402\\
40889.5 -18.9227\\
43016.4 -18.2544\\
45253.9 -17.6998\\
47827.7 -17.1951\\
50548 -16.7729\\
53422.9 -16.4161\\
56722.3 -16.089\\
60225.4 -15.812\\
63944.9 -15.5758\\
67894.1 -15.3734\\
72420.2 -15.1868\\
77248.1 -15.0273\\
82397.9 -14.8903\\
87890.9 -14.7725\\
93750.2 -14.6707\\
100000 -14.5826\\
};
\end{axis}
\begin{axis}[%
width=0.925\figureWidth,
height=0.426\figureHeight,
at={(0.026\figureWidth,0\figureHeight)},
scale only axis,
separate axis lines,
every outer x axis line/.append style={white!40!black},
every x tick label/.append style={font=\color{white!40!black}},
xmode=log,
xmin=1000,
xmax=100000,
xminorticks=true,
xmajorgrids,
xminorgrids,
every outer y axis line/.append style={white!40!black},
every y tick label/.append style={font=\color{white!40!black}},
ymin=-181.8,
ymax= 1.8,
ytick={-180, -90, 0},
ylabel={Phase (deg)},
ymajorgrids,
legend style={at={(0.03,0.03)},anchor=south west,legend cell align=left,align=left,fill=black}
]
\addplot [color=blue,solid,line width=1.5pt]
table[row sep=crcr]{%
1000 0\\
12856.1 0\\
12915.5 -180\\
28804.4 -180\\
28937.5 0\\
100000 0\\
};
\addlegendentry{};
\addplot [color=black!35!green,solid,line width=1.5pt]
table[row sep=crcr]{%
1000 -0.174165\\
1158.95 -0.202762\\
1324.71 -0.233023\\
1500.29 -0.265637\\
1683.55 -0.300384\\
1880.5 -0.338641\\
2081.22 -0.378732\\
2292.77 -0.422347\\
2514.2 -0.469682\\
2744.34 -0.520923\\
2981.77 -0.576239\\
3224.84 -0.635759\\
3471.69 -0.699551\\
3737.43 -0.772453\\
4005 -0.85083\\
4291.73 -0.941063\\
4577.84 -1.03838\\
4860.56 -1.14263\\
5160.75 -1.26332\\
5479.47 -1.40435\\
5791.12 -1.55703\\
6120.5 -1.7368\\
6438.86 -1.9315\\
6773.78 -2.16243\\
7126.12 -2.43966\\
7462.3 -2.74349\\
7814.35 -3.11161\\
8145.37 -3.51467\\
8490.42 -4.00753\\
8850.07 -4.6207\\
9182.54 -5.30295\\
9527.5 -6.16361\\
9839.95 -7.11982\\
10162.7 -8.3442\\
10495.9 -9.9572\\
10790.3 -11.7983\\
11092.9 -14.2851\\
11351.5 -17.1128\\
11616.2 -21.0207\\
11887.1 -26.6772\\
12108.3 -33.2576\\
12333.6 -42.7769\\
12563.2 -56.6525\\
12915.5 -86.3528\\
13339.1 -119.676\\
13650.1 -134.519\\
13968.4 -143.768\\
14294 -149.743\\
14694.9 -154.455\\
15107 -157.597\\
15530.7 -159.784\\
15966.3 -161.348\\
16414 -162.479\\
16874.4 -163.292\\
17347.6 -163.86\\
17752.1 -164.179\\
18166 -164.378\\
18504.1 -164.457\\
18675.5 -164.471\\
18761.7 -164.472\\
18848.4 -164.469\\
19023 -164.451\\
19287.9 -164.393\\
19646.9 -164.259\\
20105 -163.996\\
20573.7 -163.621\\
21150.7 -163.007\\
21743.9 -162.183\\
22353.7 -161.101\\
22980.6 -159.689\\
23625.1 -157.841\\
24287.6 -155.385\\
24968.8 -152.05\\
25669 -147.379\\
26267.5 -141.915\\
26880 -134.246\\
27506.8 -123.302\\
28148.1 -108.016\\
30724.7 -43.324\\
31586.4 -33.0582\\
32472.2 -26.2249\\
33382.9 -21.4857\\
34477.6 -17.5776\\
35608.3 -14.7644\\
36946 -12.3987\\
38334 -10.6269\\
39774 -9.2557\\
41458.9 -8.04582\\
43215.1 -7.08652\\
45253.9 -6.23161\\
47388.8 -5.53941\\
49853.7 -4.91678\\
52446.9 -4.40343\\
55429.9 -3.93772\\
58582.5 -3.54758\\
62200.5 -3.19086\\
66041.9 -2.88781\\
70444.6 -2.60872\\
75140.8 -2.36867\\
80520.4 -2.14617\\
86285.1 -1.95274\\
92889.8 -1.77247\\
100000 -1.61432\\
};
\addlegendentry{};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
xtick={\empty},
xlabel={Frequency (rad/s)},
ymin= 0,
ymax= 1,
ytick={\empty},
hide axis,
title={Voltage transfer function of a LCL filter},
axis x line*=bottom,
axis y line*=left
]
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}
\begin{tikzpicture}
\begin{axis}[%
width=0.925\figureWidth,
height=0.942\figureHeight,
at={(0.026\figureWidth,0\figureHeight)},
scale only axis,
unbounded coords=jump,
separate axis lines,
every outer x axis line/.append style={white!40!black},
every x tick label/.append style={font=\color{white!40!black}},
xmin= -4,
xmax= 1,
every outer y axis line/.append style={white!40!black},
every y tick label/.append style={font=\color{white!40!black}},
ymin=-0.8,
ymax= 0.8,
axis background/.style={fill=white}
]
\addplot [color=white!40!black,dotted,forget plot]
table[row sep=crcr]{%
-4.5 0\\
-1 0\\
0 0\\
1 0\\
1.5 0\\
};
\addplot [color=white!40!black,dotted,forget plot]
table[row sep=crcr]{%
0 -0.96\\
0 0\\
0 0.96\\
};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0 0\\
};
\addplot [color=blue,only marks,mark=o,mark options={solid},forget plot]
table[row sep=crcr]{%
-1 0\\
};
\addplot [color=blue,only marks,mark=x,mark options={solid},forget plot]
table[row sep=crcr]{%
-0.375 0.330719\\
-0.375 -0.330719\\
};
\addplot [color=blue,solid,forget plot]
table[row sep=crcr]{%
-0.375 0.330719\\
-0.423734 0.409777\\
-0.461314 0.458058\\
-0.501351 0.501347\\
-0.543152 0.539713\\
-0.598783 0.582258\\
-0.645755 0.611973\\
-0.702586 0.641518\\
-0.771347 0.669117\\
-0.85454 0.691984\\
-0.902472 0.700349\\
-0.955195 0.705686\\
-1.01319 0.706984\\
-1.07698 0.702904\\
-1.14714 0.691628\\
-1.22432 0.670581\\
-1.30922 0.635913\\
-1.4026 0.581306\\
-1.50531 0.494635\\
-1.5618 0.429399\\
-1.61829 0.343105\\
-1.66203 0.248425\\
-1.6839 0.179658\\
-1.70577 0.0433833\\
-1.70711 0\\
-1 0\\
};
\addplot [color=black!50!green,solid,forget plot]
table[row sep=crcr]{%
-0.375 -0.330719\\
-0.423734 -0.409777\\
-0.461314 -0.458058\\
-0.501351 -0.501347\\
-0.543152 -0.539713\\
-0.598783 -0.582258\\
-0.645755 -0.611973\\
-0.702586 -0.641518\\
-0.771347 -0.669117\\
-0.85454 -0.691984\\
-0.902472 -0.700349\\
-0.955195 -0.705686\\
-1.01319 -0.706984\\
-1.07698 -0.702904\\
-1.14714 -0.691628\\
-1.22432 -0.670581\\
-1.30922 -0.635913\\
-1.4026 -0.581306\\
-1.50531 -0.494635\\
-1.5618 -0.429399\\
-1.61829 -0.343105\\
-1.66203 -0.248425\\
-1.6839 -0.179658\\
-1.70577 -0.0433833\\
-1.70711 0\\
-4.5 0\\
};
\addplot [color=white!40!black,dotted,forget plot]
table[row sep=crcr]{%
0 0\\
-0 4.5\\
nan nan\\
0 0\\
-2.025 4.01863\\
nan nan\\
0 0\\
-3.33 3.02673\\
nan nan\\
0 0\\
-3.915 2.21873\\
nan nan\\
0 0\\
-4.2075 1.59591\\
nan nan\\
0 0\\
-4.338 1.19656\\
nan nan\\
0 0\\
-4.428 0.801758\\
nan nan\\
0 0\\
-4.4685 0.531515\\
nan nan\\
0 0\\
-4.49325 0.246383\\
nan nan\\
0 0\\
-4.5 0\\
nan nan\\
0 -0\\
-0 -4.5\\
nan nan\\
0 -0\\
-2.025 -4.01863\\
nan nan\\
0 -0\\
-3.33 -3.02673\\
nan nan\\
0 -0\\
-3.915 -2.21873\\
nan nan\\
0 -0\\
-4.2075 -1.59591\\
nan nan\\
0 -0\\
-4.338 -1.19656\\
nan nan\\
0 -0\\
-4.428 -0.801758\\
nan nan\\
0 -0\\
-4.4685 -0.531515\\
nan nan\\
0 -0\\
-4.49325 -0.246383\\
nan nan\\
0 -0\\
-4.5 -0\\
};
\addplot [color=white!40!black,dotted,forget plot]
table[row sep=crcr]{%
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
-0 0\\
nan nan\\
-0 0.5\\
-0.0609332 0.496273\\
-0.119413 0.485531\\
-0.17345 0.468951\\
-0.221795 0.448115\\
-0.263961 0.424647\\
-0.300063 0.399953\\
-0.330597 0.375107\\
-0.35624 0.350846\\
-0.377708 0.327623\\
-0.395677 0.305679\\
-0.410745 0.285112\\
-0.423421 0.265923\\
-0.434127 0.24806\\
-0.44321 0.231441\\
-0.450952 0.215967\\
-0.457583 0.201539\\
-0.463287 0.188057\\
-0.468215 0.175427\\
-0.47249 0.163564\\
-0.476212 0.152388\\
-0.479463 0.141828\\
-0.482311 0.131818\\
-0.484811 0.122302\\
-0.487011 0.113227\\
-0.488948 0.104545\\
-0.490655 0.0962157\\
-0.492159 0.0881992\\
-0.493483 0.0804616\\
-0.494647 0.0729713\\
-0.495665 0.0656995\\
-0.496552 0.05862\\
-0.497319 0.0517084\\
-0.497976 0.044942\\
-0.498531 0.0382997\\
-0.49899 0.0317617\\
-0.499359 0.025309\\
-0.499642 0.0189237\\
-0.499842 0.0125883\\
-0.49996 0.00628592\\
-0.5 0\\
nan nan\\
-0.527922 0.849293\\
-0.600126 0.799905\\
-0.661195 0.750214\\
-0.71248 0.701692\\
-0.755416 0.655246\\
-0.791354 0.611359\\
-0.82149 0.570224\\
-0.846841 0.531846\\
-0.868253 0.496121\\
-0.88642 0.462882\\
-0.901905 0.431935\\
-0.915166 0.403078\\
-0.926574 0.376113\\
-0.93643 0.350854\\
-0.94498 0.327128\\
-0.952424 0.304776\\
-0.958926 0.283655\\
-0.964622 0.263637\\
-0.969623 0.244605\\
-0.974022 0.226454\\
-0.977896 0.209091\\
-0.98131 0.192431\\
-0.984319 0.176398\\
-0.986967 0.160923\\
-0.989293 0.145943\\
-0.99133 0.131399\\
-0.993104 0.11724\\
-0.994638 0.103417\\
-0.995952 0.089884\\
-0.997062 0.0765995\\
-0.99798 0.0635234\\
-0.998718 0.050618\\
-0.999284 0.0378474\\
-0.999683 0.0251766\\
-0.999921 0.0125718\\
-1 0\\
nan nan\\
-1.23223 0.855335\\
-1.27026 0.797769\\
-1.30238 0.744181\\
-1.32963 0.694323\\
-1.35286 0.647902\\
-1.37275 0.604616\\
-1.38986 0.56417\\
-1.40465 0.526281\\
-1.41747 0.490691\\
-1.42864 0.457164\\
-1.43839 0.425483\\
-1.44693 0.395455\\
-1.45443 0.366907\\
-1.46103 0.339681\\
-1.46684 0.313636\\
-1.47197 0.288647\\
-1.47648 0.264598\\
-1.48045 0.241385\\
-1.48394 0.218914\\
-1.48699 0.197099\\
-1.48966 0.17586\\
-1.49196 0.155125\\
-1.49393 0.134826\\
-1.49559 0.114899\\
-1.49697 0.0952851\\
-1.49808 0.0759271\\
-1.49893 0.056771\\
-1.49952 0.0377648\\
-1.49988 0.0188578\\
-1.5 0\\
nan nan\\
-1.83033 0.806155\\
-1.85315 0.752226\\
-1.87286 0.701708\\
-1.88996 0.654255\\
-1.90485 0.609551\\
-1.91785 0.56731\\
-1.92924 0.527274\\
-1.93925 0.489209\\
-1.94804 0.452908\\
-1.95579 0.418182\\
-1.96262 0.384863\\
-1.96864 0.352797\\
-1.97393 0.321846\\
-1.97859 0.291885\\
-1.98266 0.262798\\
-1.98621 0.23448\\
-1.98928 0.206834\\
-1.9919 0.179768\\
-1.99412 0.153199\\
-1.99596 0.127047\\
-1.99744 0.101236\\
-1.99857 0.0756947\\
-1.99937 0.0503531\\
-1.99984 0.0251437\\
-2 0\\
nan nan\\
-2.36245 0.817819\\
-2.38106 0.761939\\
-2.39732 0.709138\\
-2.41156 0.659092\\
-2.42406 0.611511\\
-2.43505 0.566135\\
-2.44474 0.522727\\
-2.45328 0.481078\\
-2.4608 0.440996\\
-2.46742 0.402308\\
-2.47323 0.364856\\
-2.47832 0.328498\\
-2.48276 0.2931\\
-2.4866 0.258542\\
-2.48988 0.22471\\
-2.49265 0.191499\\
-2.49495 0.158809\\
-2.4968 0.126545\\
-2.49821 0.0946184\\
-2.49921 0.0629414\\
-2.4998 0.0314296\\
-2.5 0\\
nan nan\\
-2.87678 0.850966\\
-2.89387 0.79091\\
-2.90887 0.733814\\
-2.92207 0.679362\\
-2.93369 0.627273\\
-2.94393 0.577294\\
-2.95296 0.529195\\
-2.9609 0.482769\\
-2.96788 0.437828\\
-2.97399 0.394197\\
-2.97931 0.35172\\
-2.98391 0.31025\\
-2.98786 0.269652\\
-2.99119 0.229798\\
-2.99394 0.19057\\
-2.99615 0.151854\\
-2.99785 0.113542\\
-2.99905 0.0755297\\
-2.99976 0.0377155\\
-3 0\\
nan nan\\
-3.39368 0.856116\\
-3.40908 0.792589\\
-3.42264 0.731818\\
-3.43459 0.67351\\
-3.44512 0.617394\\
-3.45438 0.563231\\
-3.46253 0.510799\\
-3.46965 0.459897\\
-3.47586 0.41034\\
-3.48123 0.361959\\
-3.48583 0.314594\\
-3.48972 0.268098\\
-3.49293 0.222332\\
-3.49551 0.177163\\
-3.49749 0.132466\\
-3.49889 0.088118\\
-3.49972 0.0440014\\
-3.5 0\\
nan nan\\
-3.91158 0.836364\\
-3.92524 0.769725\\
-3.93728 0.705594\\
-3.94787 0.643693\\
-3.95717 0.58377\\
-3.96532 0.525596\\
-3.97241 0.46896\\
-3.97855 0.413667\\
-3.98381 0.359536\\
-3.98825 0.306398\\
-3.99192 0.254094\\
-3.99487 0.202472\\
-3.99713 0.151389\\
-3.99873 0.100706\\
-3.99968 0.0502874\\
-4 0\\
nan nan\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
-0 -0\\
nan nan\\
-0 -0.5\\
-0.0609332 -0.496273\\
-0.119413 -0.485531\\
-0.17345 -0.468951\\
-0.221795 -0.448115\\
-0.263961 -0.424647\\
-0.300063 -0.399953\\
-0.330597 -0.375107\\
-0.35624 -0.350846\\
-0.377708 -0.327623\\
-0.395677 -0.305679\\
-0.410745 -0.285112\\
-0.423421 -0.265923\\
-0.434127 -0.24806\\
-0.44321 -0.231441\\
-0.450952 -0.215967\\
-0.457583 -0.201539\\
-0.463287 -0.188057\\
-0.468215 -0.175427\\
-0.47249 -0.163564\\
-0.476212 -0.152388\\
-0.479463 -0.141828\\
-0.482311 -0.131818\\
-0.484811 -0.122302\\
-0.487011 -0.113227\\
-0.488948 -0.104545\\
-0.490655 -0.0962157\\
-0.492159 -0.0881992\\
-0.493483 -0.0804616\\
-0.494647 -0.0729713\\
-0.495665 -0.0656995\\
-0.496552 -0.05862\\
-0.497319 -0.0517084\\
-0.497976 -0.044942\\
-0.498531 -0.0382997\\
-0.49899 -0.0317617\\
-0.499359 -0.025309\\
-0.499642 -0.0189237\\
-0.499842 -0.0125883\\
-0.49996 -0.00628592\\
-0.5 -0\\
nan nan\\
-0.527922 -0.849293\\
-0.600126 -0.799905\\
-0.661195 -0.750214\\
-0.71248 -0.701692\\
-0.755416 -0.655246\\
-0.791354 -0.611359\\
-0.82149 -0.570224\\
-0.846841 -0.531846\\
-0.868253 -0.496121\\
-0.88642 -0.462882\\
-0.901905 -0.431935\\
-0.915166 -0.403078\\
-0.926574 -0.376113\\
-0.93643 -0.350854\\
-0.94498 -0.327128\\
-0.952424 -0.304776\\
-0.958926 -0.283655\\
-0.964622 -0.263637\\
-0.969623 -0.244605\\
-0.974022 -0.226454\\
-0.977896 -0.209091\\
-0.98131 -0.192431\\
-0.984319 -0.176398\\
-0.986967 -0.160923\\
-0.989293 -0.145943\\
-0.99133 -0.131399\\
-0.993104 -0.11724\\
-0.994638 -0.103417\\
-0.995952 -0.089884\\
-0.997062 -0.0765995\\
-0.99798 -0.0635234\\
-0.998718 -0.050618\\
-0.999284 -0.0378474\\
-0.999683 -0.0251766\\
-0.999921 -0.0125718\\
-1 -0\\
nan nan\\
-1.23223 -0.855335\\
-1.27026 -0.797769\\
-1.30238 -0.744181\\
-1.32963 -0.694323\\
-1.35286 -0.647902\\
-1.37275 -0.604616\\
-1.38986 -0.56417\\
-1.40465 -0.526281\\
-1.41747 -0.490691\\
-1.42864 -0.457164\\
-1.43839 -0.425483\\
-1.44693 -0.395455\\
-1.45443 -0.366907\\
-1.46103 -0.339681\\
-1.46684 -0.313636\\
-1.47197 -0.288647\\
-1.47648 -0.264598\\
-1.48045 -0.241385\\
-1.48394 -0.218914\\
-1.48699 -0.197099\\
-1.48966 -0.17586\\
-1.49196 -0.155125\\
-1.49393 -0.134826\\
-1.49559 -0.114899\\
-1.49697 -0.0952851\\
-1.49808 -0.0759271\\
-1.49893 -0.056771\\
-1.49952 -0.0377648\\
-1.49988 -0.0188578\\
-1.5 -0\\
nan nan\\
-1.83033 -0.806155\\
-1.85315 -0.752226\\
-1.87286 -0.701708\\
-1.88996 -0.654255\\
-1.90485 -0.609551\\
-1.91785 -0.56731\\
-1.92924 -0.527274\\
-1.93925 -0.489209\\
-1.94804 -0.452908\\
-1.95579 -0.418182\\
-1.96262 -0.384863\\
-1.96864 -0.352797\\
-1.97393 -0.321846\\
-1.97859 -0.291885\\
-1.98266 -0.262798\\
-1.98621 -0.23448\\
-1.98928 -0.206834\\
-1.9919 -0.179768\\
-1.99412 -0.153199\\
-1.99596 -0.127047\\
-1.99744 -0.101236\\
-1.99857 -0.0756947\\
-1.99937 -0.0503531\\
-1.99984 -0.0251437\\
-2 -0\\
nan nan\\
-2.36245 -0.817819\\
-2.38106 -0.761939\\
-2.39732 -0.709138\\
-2.41156 -0.659092\\
-2.42406 -0.611511\\
-2.43505 -0.566135\\
-2.44474 -0.522727\\
-2.45328 -0.481078\\
-2.4608 -0.440996\\
-2.46742 -0.402308\\
-2.47323 -0.364856\\
-2.47832 -0.328498\\
-2.48276 -0.2931\\
-2.4866 -0.258542\\
-2.48988 -0.22471\\
-2.49265 -0.191499\\
-2.49495 -0.158809\\
-2.4968 -0.126545\\
-2.49821 -0.0946184\\
-2.49921 -0.0629414\\
-2.4998 -0.0314296\\
-2.5 -0\\
nan nan\\
-2.87678 -0.850966\\
-2.89387 -0.79091\\
-2.90887 -0.733814\\
-2.92207 -0.679362\\
-2.93369 -0.627273\\
-2.94393 -0.577294\\
-2.95296 -0.529195\\
-2.9609 -0.482769\\
-2.96788 -0.437828\\
-2.97399 -0.394197\\
-2.97931 -0.35172\\
-2.98391 -0.31025\\
-2.98786 -0.269652\\
-2.99119 -0.229798\\
-2.99394 -0.19057\\
-2.99615 -0.151854\\
-2.99785 -0.113542\\
-2.99905 -0.0755297\\
-2.99976 -0.0377155\\
-3 -0\\
nan nan\\
-3.39368 -0.856116\\
-3.40908 -0.792589\\
-3.42264 -0.731818\\
-3.43459 -0.67351\\
-3.44512 -0.617394\\
-3.45438 -0.563231\\
-3.46253 -0.510799\\
-3.46965 -0.459897\\
-3.47586 -0.41034\\
-3.48123 -0.361959\\
-3.48583 -0.314594\\
-3.48972 -0.268098\\
-3.49293 -0.222332\\
-3.49551 -0.177163\\
-3.49749 -0.132466\\
-3.49889 -0.088118\\
-3.49972 -0.0440014\\
-3.5 -0\\
nan nan\\
-3.91158 -0.836364\\
-3.92524 -0.769725\\
-3.93728 -0.705594\\
-3.94787 -0.643693\\
-3.95717 -0.58377\\
-3.96532 -0.525596\\
-3.97241 -0.46896\\
-3.97855 -0.413667\\
-3.98381 -0.359536\\
-3.98825 -0.306398\\
-3.99192 -0.254094\\
-3.99487 -0.202472\\
-3.99713 -0.151389\\
-3.99873 -0.100706\\
-3.99968 -0.0502874\\
-4 -0\\
};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
xtick={\empty},
xlabel={$\text{Real Axis (seconds}^{\text{-1}}\text{)}$},
ymin= 0,
ymax= 1,
ytick={\empty},
ylabel={$\text{Imaginary Axis (seconds}^{\text{-1}}\text{)}$},
hide axis,
title={Root Locus},
axis x line*=bottom,
axis y line*=left
]
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.648\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin=-1.35982,
xmax=1.35982,
xlabel={Real Part},
xmajorgrids,
ymin=-1.1,
ymax= 1.1,
ylabel={Imaginary Part},
ymajorgrids,
title={Pole/Zero Plot}
]
\addplot [color=mycolor1,mark size=3.5pt,only marks,mark=o,mark options={solid},forget plot]
table[row sep=crcr]{%
-0.46683 0.884347\\
-0.46683 -0.884347\\
0.144235 0.989543\\
0.144235 -0.989543\\
};
\addplot [color=mycolor1,mark size=4.0pt,only marks,mark=x,mark options={solid},forget plot]
table[row sep=crcr]{%
0.315066 0.905692\\
0.315066 -0.905692\\
0.534513 0.508124\\
0.534513 -0.508124\\
};
\draw[color=mycolor1,dotted] (axis cs:0,0) circle[radius=1];
\draw[color=mycolor1,dotted] (axis cs:-10,0)--(axis cs:10,0);
\draw[color=mycolor1,dotted] (axis cs:0,-10)--(axis cs:0,10);
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}
\begin{tikzpicture}
\begin{axis}[%
width=0.664\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 0,
xmax= 10,
tick align=outside,
xmajorgrids,
ymin= 0,
ymax= 20,
ymajorgrids,
zmode=log,
zmin= 1,
zmax= 100,
zminorticks=true,
zmajorgrids,
zminorgrids,
view={-37.5}{ 30},
axis x line*=bottom,
axis y line*=left,
axis z line*=left,
legend style={at={(1.03,1)},anchor=north west,legend cell align=left,align=left,fill=black}
]
\addplot3[%
surf,
shader=flat corner,draw=black,z buffer=sort,colormap={mymap}{[1pt] rgb(0pt)=(1,0,0); rgb(10pt)=(1,0.9375,0); rgb(11pt)=(0.96875,1,0); rgb(21pt)=(0.03125,1,0); rgb(22pt)=(0,1,0.0625); rgb(32pt)=(0,1,1); rgb(42pt)=(0,0.0625,1); rgb(43pt)=(0.03125,0,1); rgb(53pt)=(0.96875,0,1); rgb(54pt)=(1,0,0.9375); rgb(63pt)=(1,0,0.09375)},mesh/rows=10]
table[row sep=crcr, point meta=\thisrow{c}] {%
%
x y z c\\
1 1 2 2\\
1 2 1.71592 1.71592\\
1 3 1 1\\
1 4 1.7936 1.7936\\
1 5 2.23607 2.23607\\
1 6 2 2\\
1 7 1 1\\
1 8 2.55754 2.55754\\
1 9 4.23607 4.23607\\
1 10 5.52015 5.52015\\
1 11 16 16\\
1 12 5.52015 5.52015\\
1 13 4.23607 4.23607\\
1 14 2.55754 2.55754\\
1 15 1 1\\
1 16 2 2\\
1 17 2.23607 2.23607\\
1 18 1.7936 1.7936\\
1 19 1 1\\
1 20 1.71592 1.71592\\
2 1 1 1\\
2 2 1 1\\
2 3 1 1\\
2 4 1 1\\
2 5 1 1\\
2 6 1 1\\
2 7 1 1\\
2 8 1 1\\
2 9 1 1\\
2 10 1 1\\
2 11 1 1\\
2 12 1 1\\
2 13 1 1\\
2 14 1 1\\
2 15 1 1\\
2 16 1 1\\
2 17 1 1\\
2 18 1 1\\
2 19 1 1\\
2 20 1 1\\
3 1 2.23607 2.23607\\
3 2 1.88493 1.88493\\
3 3 1 1\\
3 4 1.98095 1.98095\\
3 5 2.52786 2.52786\\
3 6 2.23607 2.23607\\
3 7 1 1\\
3 8 2.92522 2.92522\\
3 9 5 5\\
3 10 6.58721 6.58721\\
3 11 19.541 19.541\\
3 12 6.58721 6.58721\\
3 13 5 5\\
3 14 2.92522 2.92522\\
3 15 1 1\\
3 16 2.23607 2.23607\\
3 17 2.52786 2.52786\\
3 18 1.98095 1.98095\\
3 19 1 1\\
3 20 1.88493 1.88493\\
4 1 1 1\\
4 2 1 1\\
4 3 1 1\\
4 4 1 1\\
4 5 1 1\\
4 6 1 1\\
4 7 1 1\\
4 8 1 1\\
4 9 1 1\\
4 10 1 1\\
4 11 1 1\\
4 12 1 1\\
4 13 1 1\\
4 14 1 1\\
4 15 1 1\\
4 16 1 1\\
4 17 1 1\\
4 18 1 1\\
4 19 1 1\\
4 20 1 1\\
5 1 4.23607 4.23607\\
5 2 3.31677 3.31677\\
5 3 1 1\\
5 4 3.56816 3.56816\\
5 5 5 5\\
5 6 4.23607 4.23607\\
5 7 1 1\\
5 8 6.04029 6.04029\\
5 9 11.4721 11.4721\\
5 10 15.6275 15.6275\\
5 11 49.541 49.541\\
5 12 15.6275 15.6275\\
5 13 11.4721 11.4721\\
5 14 6.04029 6.04029\\
5 15 1 1\\
5 16 4.23607 4.23607\\
5 17 5 5\\
5 18 3.56816 3.56816\\
5 19 1 1\\
5 20 3.31677 3.31677\\
6 1 6 6\\
6 2 4.5796 4.5796\\
6 3 1 1\\
6 4 4.96802 4.96802\\
6 5 7.18034 7.18034\\
6 6 6 6\\
6 7 1 1\\
6 8 8.78768 8.78768\\
6 9 17.1803 17.1803\\
6 10 23.6007 23.6007\\
6 11 76 76\\
6 12 23.6007 23.6007\\
6 13 17.1803 17.1803\\
6 14 8.78768 8.78768\\
6 15 1 1\\
6 16 6 6\\
6 17 7.18034 7.18034\\
6 18 4.96802 4.96802\\
6 19 1 1\\
6 20 4.5796 4.5796\\
7 1 4.23607 4.23607\\
7 2 3.31677 3.31677\\
7 3 1 1\\
7 4 3.56816 3.56816\\
7 5 5 5\\
7 6 4.23607 4.23607\\
7 7 1 1\\
7 8 6.04029 6.04029\\
7 9 11.4721 11.4721\\
7 10 15.6275 15.6275\\
7 11 49.541 49.541\\
7 12 15.6275 15.6275\\
7 13 11.4721 11.4721\\
7 14 6.04029 6.04029\\
7 15 1 1\\
7 16 4.23607 4.23607\\
7 17 5 5\\
7 18 3.56816 3.56816\\
7 19 1 1\\
7 20 3.31677 3.31677\\
8 1 1 1\\
8 2 1 1\\
8 3 1 1\\
8 4 1 1\\
8 5 1 1\\
8 6 1 1\\
8 7 1 1\\
8 8 1 1\\
8 9 1 1\\
8 10 1 1\\
8 11 1 1\\
8 12 1 1\\
8 13 1 1\\
8 14 1 1\\
8 15 1 1\\
8 16 1 1\\
8 17 1 1\\
8 18 1 1\\
8 19 1 1\\
8 20 1 1\\
9 1 2.23607 2.23607\\
9 2 1.88493 1.88493\\
9 3 1 1\\
9 4 1.98095 1.98095\\
9 5 2.52786 2.52786\\
9 6 2.23607 2.23607\\
9 7 1 1\\
9 8 2.92522 2.92522\\
9 9 5 5\\
9 10 6.58721 6.58721\\
9 11 19.541 19.541\\
9 12 6.58721 6.58721\\
9 13 5 5\\
9 14 2.92522 2.92522\\
9 15 1 1\\
9 16 2.23607 2.23607\\
9 17 2.52786 2.52786\\
9 18 1.98095 1.98095\\
9 19 1 1\\
9 20 1.88493 1.88493\\
10 1 1 1\\
10 2 1 1\\
10 3 1 1\\
10 4 1 1\\
10 5 1 1\\
10 6 1 1\\
10 7 1 1\\
10 8 1 1\\
10 9 1 1\\
10 10 1 1\\
10 11 1 1\\
10 12 1 1\\
10 13 1 1\\
10 14 1 1\\
10 15 1 1\\
10 16 1 1\\
10 17 1 1\\
10 18 1 1\\
10 19 1 1\\
10 20 1 1\\
};
\addlegendentry{legendary};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
unbounded coords=jump,
xmin= -2,
xmax= 2,
tick align=outside,
ymin= -2,
ymax= 2,
zmin=-0.5,
zmax= 0.4,
view={ -69}{ 14},
axis x line*=bottom,
axis y line*=left,
axis z line*=left
]
\addplot3[%
surf,
shader=flat corner,draw=black,z buffer=sort,colormap={mymap}{[1pt] rgb(0pt)=(1,0,0); rgb(10pt)=(1,0.9375,0); rgb(11pt)=(0.96875,1,0); rgb(21pt)=(0.03125,1,0); rgb(22pt)=(0,1,0.0625); rgb(32pt)=(0,1,1); rgb(42pt)=(0,0.0625,1); rgb(43pt)=(0.03125,0,1); rgb(53pt)=(0.96875,0,1); rgb(54pt)=(1,0,0.9375); rgb(63pt)=(1,0,0.09375)},mesh/rows=17]
table[row sep=crcr, point meta=\thisrow{c}] {%
%
x y z c\\
-2 -2 nan nan\\
-2 -1.75 nan nan\\
-2 -1.5 nan nan\\
-2 -1.25 nan nan\\
-2 -1 nan nan\\
-2 -0.75 nan nan\\
-2 -0.5 nan nan\\
-2 -0.25 nan nan\\
-2 0 nan nan\\
-2 0.25 nan nan\\
-2 0.5 nan nan\\
-2 0.75 nan nan\\
-2 1 nan nan\\
-2 1.25 nan nan\\
-2 1.5 nan nan\\
-2 1.75 nan nan\\
-2 2 nan nan\\
-1.75 -2 nan nan\\
-1.75 -1.75 -0.00533641 -0.00533641\\
-1.75 -1.5 -0.0102542 -0.0102542\\
-1.75 -1.25 -0.020683 -0.020683\\
-1.75 -1 -0.0292647 -0.0292647\\
-1.75 -0.75 -0.0455405 -0.0455405\\
-1.75 -0.5 -0.0675467 -0.0675467\\
-1.75 -0.25 -0.0868171 -0.0868171\\
-1.75 0 -0.0845599 -0.0845599\\
-1.75 0.25 -0.0863429 -0.0863429\\
-1.75 0.5 -0.0639289 -0.0639289\\
-1.75 0.75 -0.0520445 -0.0520445\\
-1.75 1 -0.032428 -0.032428\\
-1.75 1.25 -0.0179372 -0.0179372\\
-1.75 1.5 -0.00999782 -0.00999782\\
-1.75 1.75 -0.00505983 -0.00505983\\
-1.75 2 nan nan\\
-1.5 -2 nan nan\\
-1.5 -1.75 -0.0123616 -0.0123616\\
-1.5 -1.5 -0.0177977 -0.0177977\\
-1.5 -1.25 -0.0320448 -0.0320448\\
-1.5 -1 -0.052028 -0.052028\\
-1.5 -0.75 -0.10082 -0.10082\\
-1.5 -0.5 -0.130092 -0.130092\\
-1.5 -0.25 -0.149596 -0.149596\\
-1.5 0 -0.152319 -0.152319\\
-1.5 0.25 -0.146924 -0.146924\\
-1.5 0.5 -0.126702 -0.126702\\
-1.5 0.75 -0.0982772 -0.0982772\\
-1.5 1 -0.0584945 -0.0584945\\
-1.5 1.25 -0.0376352 -0.0376352\\
-1.5 1.5 -0.0181408 -0.0181408\\
-1.5 1.75 -0.00893549 -0.00893549\\
-1.5 2 nan nan\\
-1.25 -2 nan nan\\
-1.25 -1.75 -0.0160523 -0.0160523\\
-1.25 -1.5 -0.030351 -0.030351\\
-1.25 -1.25 -0.0521658 -0.0521658\\
-1.25 -1 -0.0885074 -0.0885074\\
-1.25 -0.75 -0.148712 -0.148712\\
-1.25 -0.5 -0.208389 -0.208389\\
-1.25 -0.25 -0.241466 -0.241466\\
-1.25 0 -0.245186 -0.245186\\
-1.25 0.25 -0.235446 -0.235446\\
-1.25 0.5 -0.204914 -0.204914\\
-1.25 0.75 -0.166605 -0.166605\\
-1.25 1 -0.099701 -0.099701\\
-1.25 1.25 -0.0551196 -0.0551196\\
-1.25 1.5 -0.0351801 -0.0351801\\
-1.25 1.75 -0.0130065 -0.0130065\\
-1.25 2 nan nan\\
-1 -2 nan nan\\
-1 -1.75 -0.0177446 -0.0177446\\
-1 -1.5 -0.0424877 -0.0424877\\
-1 -1.25 -0.0761952 -0.0761952\\
-1 -1 -0.132 -0.132\\
-1 -0.75 -0.186792 -0.186792\\
-1 -0.5 -0.259288 -0.259288\\
-1 -0.25 -0.332894 -0.332894\\
-1 0 -0.335195 -0.335195\\
-1 0.25 -0.323967 -0.323967\\
-1 0.5 -0.272719 -0.272719\\
-1 0.75 -0.201088 -0.201088\\
-1 1 -0.133638 -0.133638\\
-1 1.25 -0.07733 -0.07733\\
-1 1.5 -0.0426296 -0.0426296\\
-1 1.75 -0.018252 -0.018252\\
-1 2 nan nan\\
-0.75 -2 nan nan\\
-0.75 -1.75 -0.0232843 -0.0232843\\
-0.75 -1.5 -0.0544758 -0.0544758\\
-0.75 -1.25 -0.0841901 -0.0841901\\
-0.75 -1 -0.159833 -0.159833\\
-0.75 -0.75 -0.221262 -0.221262\\
-0.75 -0.5 -0.310267 -0.310267\\
-0.75 -0.25 -0.357176 -0.357176\\
-0.75 0 -0.382801 -0.382801\\
-0.75 0.25 -0.381414 -0.381414\\
-0.75 0.5 -0.316847 -0.316847\\
-0.75 0.75 -0.241515 -0.241515\\
-0.75 1 -0.16488 -0.16488\\
-0.75 1.25 -0.0897014 -0.0897014\\
-0.75 1.5 -0.0434859 -0.0434859\\
-0.75 1.75 -0.0212111 -0.0212111\\
-0.75 2 nan nan\\
-0.5 -2 nan nan\\
-0.5 -1.75 -0.0340626 -0.0340626\\
-0.5 -1.5 -0.063777 -0.063777\\
-0.5 -1.25 -0.0934913 -0.0934913\\
-0.5 -1 -0.123311 -0.123311\\
-0.5 -0.75 -0.20331 -0.20331\\
-0.5 -0.5 -0.236463 -0.236463\\
-0.5 -0.25 -0.266124 -0.266124\\
-0.5 0 -0.294944 -0.294944\\
-0.5 0.25 -0.284893 -0.284893\\
-0.5 0.5 -0.224057 -0.224057\\
-0.5 0.75 -0.179076 -0.179076\\
-0.5 1 -0.135904 -0.135904\\
-0.5 1.25 -0.0767037 -0.0767037\\
-0.5 1.5 -0.0452518 -0.0452518\\
-0.5 1.75 -0.022169 -0.022169\\
-0.5 2 nan nan\\
-0.25 -2 nan nan\\
-0.25 -1.75 -0.00594335 -0.00594335\\
-0.25 -1.5 -0.0412023 -0.0412023\\
-0.25 -1.25 -0.0764613 -0.0764613\\
-0.25 -1 -0.11172 -0.11172\\
-0.25 -0.75 -0.0851396 -0.0851396\\
-0.25 -0.5 -0.126337 -0.126337\\
-0.25 -0.25 -0.167535 -0.167535\\
-0.25 0 -0.204732 -0.204732\\
-0.25 0.25 -0.181311 -0.181311\\
-0.25 0.5 -0.105969 -0.105969\\
-0.25 0.75 -0.076626 -0.076626\\
-0.25 1 -0.0701154 -0.0701154\\
-0.25 1.25 -0.0310196 -0.0310196\\
-0.25 1.5 -0.0214243 -0.0214243\\
-0.25 1.75 -0.0146443 -0.0146443\\
-0.25 2 nan nan\\
0 -2 nan nan\\
0 -1.75 0.0139993 0.0139993\\
0 -1.5 -0.00958789 -0.00958789\\
0 -1.25 -0.0448469 -0.0448469\\
0 -1 -0.0181485 -0.0181485\\
0 -0.75 0.0383185 0.0383185\\
0 -0.5 0.0474656 0.0474656\\
0 -0.25 0.00626789 0.00626789\\
0 0 -0.019139 -0.019139\\
0 0.25 -0.0203571 -0.0203571\\
0 0.5 0.0121189 0.0121189\\
0 0.75 0.0258245 0.0258245\\
0 1 -0.0120574 -0.0120574\\
0 1.25 -0.00296105 -0.00296105\\
0 1.5 0.00112002 0.00112002\\
0 1.75 0.000611578 0.000611578\\
0 2 nan nan\\
0.25 -2 nan nan\\
0.25 -1.75 0.0156368 0.0156368\\
0.25 -1.5 0.0220265 0.0220265\\
0.25 -1.25 0.0203327 0.0203327\\
0.25 -1 0.0767997 0.0767997\\
0.25 -0.75 0.133267 0.133267\\
0.25 -0.5 0.189734 0.189734\\
0.25 -0.25 0.194668 0.194668\\
0.25 0 0.187543 0.187543\\
0.25 0.25 0.170492 0.170492\\
0.25 0.5 0.153441 0.153441\\
0.25 0.75 0.0965305 0.0965305\\
0.25 1 0.0487613 0.0487613\\
0.25 1.25 0.0481135 0.0481135\\
0.25 1.5 0.0121089 0.0121089\\
0.25 1.75 0.0103706 0.0103706\\
0.25 2 nan nan\\
0.5 -2 nan nan\\
0.5 -1.75 0.0172742 0.0172742\\
0.5 -1.5 0.0400205 0.0400205\\
0.5 -1.25 0.0829887 0.0829887\\
0.5 -1 0.130739 0.130739\\
0.5 -0.75 0.181461 0.181461\\
0.5 -0.5 0.233908 0.233908\\
0.5 -0.25 0.305863 0.305863\\
0.5 0 0.295286 0.295286\\
0.5 0.25 0.278236 0.278236\\
0.5 0.5 0.230236 0.230236\\
0.5 0.75 0.161468 0.161468\\
0.5 1 0.11123 0.11123\\
0.5 1.25 0.0850327 0.0850327\\
0.5 1.5 0.049028 0.049028\\
0.5 1.75 0.0192706 0.0192706\\
0.5 2 nan nan\\
0.75 -2 nan nan\\
0.75 -1.75 0.0189117 0.0189117\\
0.75 -1.5 0.0487546 0.0487546\\
0.75 -1.25 0.0848713 0.0848713\\
0.75 -1 0.158776 0.158776\\
0.75 -0.75 0.209498 0.209498\\
0.75 -0.5 0.306335 0.306335\\
0.75 -0.25 0.382003 0.382003\\
0.75 0 0.391858 0.391858\\
0.75 0.25 0.385979 0.385979\\
0.75 0.5 0.29943 0.29943\\
0.75 0.75 0.227268 0.227268\\
0.75 1 0.151871 0.151871\\
0.75 1.25 0.0956204 0.0956204\\
0.75 1.5 0.0507861 0.0507861\\
0.75 1.75 0.0209233 0.0209233\\
0.75 2 nan nan\\
1 -2 nan nan\\
1 -1.75 0.0230998 0.0230998\\
1 -1.5 0.0513679 0.0513679\\
1 -1.25 0.079636 0.079636\\
1 -1 0.133823 0.133823\\
1 -0.75 0.205995 0.205995\\
1 -0.5 0.24464 0.24464\\
1 -0.25 0.296108 0.296108\\
1 0 0.334 0.334\\
1 0.25 0.313968 0.313968\\
1 0.5 0.26189 0.26189\\
1 0.75 0.207203 0.207203\\
1 1 0.134113 0.134113\\
1 1.25 0.0815798 0.0815798\\
1 1.5 0.0383917 0.0383917\\
1 1.75 0.0191753 0.0191753\\
1 2 nan nan\\
1.25 -2 nan nan\\
1.25 -1.75 0.0227507 0.0227507\\
1.25 -1.5 0.0515586 0.0515586\\
1.25 -1.25 0.0769363 0.0769363\\
1.25 -1 0.0969031 0.0969031\\
1.25 -0.75 0.14742 0.14742\\
1.25 -0.5 0.174478 0.174478\\
1.25 -0.25 0.214178 0.214178\\
1.25 0 0.254937 0.254937\\
1.25 0.25 0.241333 0.241333\\
1.25 0.5 0.196706 0.196706\\
1.25 0.75 0.142857 0.142857\\
1.25 1 0.106529 0.106529\\
1.25 1.25 0.0666845 0.0666845\\
1.25 1.5 0.026242 0.026242\\
1.25 1.75 0.0129769 0.0129769\\
1.25 2 nan nan\\
1.5 -2 nan nan\\
1.5 -1.75 0.00734829 0.00734829\\
1.5 -1.5 0.0266927 0.0266927\\
1.5 -1.25 0.0480234 0.0480234\\
1.5 -1 0.06814 0.06814\\
1.5 -0.75 0.0888448 0.0888448\\
1.5 -0.5 0.114325 0.114325\\
1.5 -0.25 0.14648 0.14648\\
1.5 0 0.157633 0.157633\\
1.5 0.25 0.151931 0.151931\\
1.5 0.5 0.124789 0.124789\\
1.5 0.75 0.0911554 0.0911554\\
1.5 1 0.0669765 0.0669765\\
1.5 1.25 0.0351116 0.0351116\\
1.5 1.5 0.0195734 0.0195734\\
1.5 1.75 0.00764212 0.00764212\\
1.5 2 nan nan\\
1.75 -2 nan nan\\
1.75 -1.75 nan nan\\
1.75 -1.5 0.00875617 0.00875617\\
1.75 -1.25 0.0181032 0.0181032\\
1.75 -1 0.0380423 0.0380423\\
1.75 -0.75 0.0539755 0.0539755\\
1.75 -0.5 0.0624233 0.0624233\\
1.75 -0.25 0.0788088 0.0788088\\
1.75 0 0.0843209 0.0843209\\
1.75 0.25 0.0843477 0.0843477\\
1.75 0.5 0.0688896 0.0688896\\
1.75 0.75 0.0543962 0.0543962\\
1.75 1 0.0294954 0.0294954\\
1.75 1.25 0.0196176 0.0196176\\
1.75 1.5 0.0100945 0.0100945\\
1.75 1.75 0.00426162 0.00426162\\
1.75 2 nan nan\\
2 -2 nan nan\\
2 -1.75 nan nan\\
2 -1.5 nan nan\\
2 -1.25 nan nan\\
2 -1 nan nan\\
2 -0.75 nan nan\\
2 -0.5 nan nan\\
2 -0.25 nan nan\\
2 0 nan nan\\
2 0.25 nan nan\\
2 0.5 nan nan\\
2 0.75 nan nan\\
2 1 nan nan\\
2 1.25 nan nan\\
2 1.5 nan nan\\
2 1.75 nan nan\\
2 2 nan nan\\
};
\addplot3 [color=mycolor1,only marks,mark=o,mark options={solid}]
table[row sep=crcr] {%
0.978912 1.36588 0.0581214\\
-1.04173 1.63719 -0.0241201\\
-1.99868 -1.43552 -0.00468713\\
-0.914795 1.02721 -0.137922\\
1.10317 1.8357 0.0112366\\
1.9947 -0.882338 0.017131\\
0.849467 0.627946 0.2783\\
-1.16315 1.95743 -0.00651708\\
-1.98809 -0.351526 -0.0337461\\
-0.783013 0.176084 -0.411181\\
1.22159 1.99996 0.00503185\\
1.97884 0.146292 0.0385926\\
0.715522 -0.319332 0.387249\\
-1.27841 1.96243 -0.00530112\\
-1.96697 0.601151 -0.0286141\\
-0.647083 -0.848387 -0.207265\\
1.33353 1.84559 0.00747136\\
1.95249 1.00395 0.0157481\\
0.577786 -1.40049 0.0582062\\
-1.38689 1.65178 -0.0132364\\
-1.93543 1.34662 -0.00745438\\
-0.507725 -1.96459 -0.00826907\\
1.43841 1.38488 0.0266921\\
1.9158 1.62231 0.00351025\\
0.436991 -1.47059 0.0415255\\
-1.48803 1.05023 -0.0539462\\
-1.89364 1.8255 -0.00187371\\
-0.365677 -0.916377 -0.138142\\
1.53567 0.654536 0.0946338\\
1.86897 1.95213 0.00125773\\
0.29388 -0.383849 0.232634\\
-1.58128 0.205707 -0.124365\\
-1.84182 1.99965 -0.00113613\\
-0.221693 0.116331 -0.208223\\
1.6248 -0.287269 0.106766\\
1.81223 1.96712 0.00141708\\
0.149212 0.574153 0.104947\\
-1.66616 -0.814526 -0.053449\\
-1.78024 1.85518 -0.00239541\\
-0.0765338 0.980453 -0.0290956\\
1.70532 -1.36551 0.0144224\\
1.74589 1.66609 0.00516055\\
0.00375412 1.3271 0.000645098\\
-1.74222 -1.92919 -0.0020255\\
-1.70923 1.40361 -0.0128353\\
0.0690305 1.60715 0.00519056\\
1.7768 -1.50571 0.00783329\\
1.6703 1.07302 0.0324427\\
-0.141724 1.81501 -0.00515275\\
-1.80904 -0.950501 -0.0277845\\
-1.62917 0.680917 -0.0720956\\
0.214229 1.94651 0.00462858\\
1.83888 -0.416299 0.0525694\\
1.58587 0.235156 0.121341\\
-0.286451 1.99902 -0.00485219\\
-1.86628 0.086204 -0.0568986\\
-1.54047 -0.255341 -0.134503\\
0.358293 1.97149 0.0064637\\
1.89121 0.546952 0.0392182\\
1.49303 -0.780758 0.0873419\\
-0.429661 1.86447 -0.0110467\\
-1.91363 0.956723 -0.0196769\\
-1.44362 -1.33058 -0.0305828\\
0.500459 1.6801 0.0231574\\
1.93352 1.30731 0.00832707\\
1.39229 -1.8938 0.00554985\\
-0.570594 1.42208 -0.0545321\\
-1.95085 1.59171 -0.00344407\\
-1.33912 -1.54086 -0.0207444\\
0.639974 1.09556 0.127945\\
1.9656 1.80422 0.00159166\\
1.28417 -0.984707 0.0936089\\
-0.708505 0.707088 -0.260136\\
-1.97774 1.94059 -0.000916126\\
-1.22752 -0.448873 -0.222394\\
0.776098 0.264431 0.396243\\
1.98726 1.99808 0.000706805\\
1.16925 0.0559138 0.297034\\
-0.842663 -0.223549 -0.394063\\
-1.99414 1.97555 -0.000754688\\
-1.10943 0.519552 -0.247358\\
0.908112 -0.747085 0.227822\\
1.99839 1.87346 0.00110153\\
1.04813 0.932761 0.14637\\
-0.972358 -1.2957 -0.0704859\\
-1.99999 1.69383 -0.00207898\\
-0.985452 1.28727 -0.071159\\
1.03531 -1.85841 0.0112111\\
1.99893 1.44028 0.00461924\\
0.921466 1.57599 0.0328888\\
-1.0969 -1.57605 -0.0274707\\
-1.99523 1.11786 -0.0106753\\
-0.856258 1.79313 -0.0165119\\
1.15703 -1.01899 0.107398\\
1.98889 0.733047 0.0222487\\
0.789916 1.93435 0.0100367\\
-1.21563 -0.481569 -0.219938\\
-1.97991 0.293527 -0.0360386\\
-0.722528 1.99683 -0.00795173\\
1.27262 0.0254626 0.251796\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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.999\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
unbounded coords=jump,
xmin= 0.5,
xmax= 3.5,
xtick={\empty},
ymin=-4.10223,
ymax=6.9469
]
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
1 0.8575\\
1 1\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
2 3.6\\
2 4\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
3 0.52975\\
3 0.901\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
1 0.43\\
1 0.679375\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
2 -3.6\\
2 -2.6\\
};
\addplot [color=black,dashed,forget plot]
table[row sep=crcr]{%
3 0.0595\\
3 0.269875\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0.8875 1\\
1.1125 1\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1.8875 4\\
2.1125 4\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
2.8875 0.901\\
3.1125 0.901\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
0.8875 0.43\\
1.1125 0.43\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1.8875 -3.6\\
2.1125 -3.6\\
};
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
2.8875 0.0595\\
3.1125 0.0595\\
};
\addplot [color=blue,solid,forget plot]
table[row sep=crcr]{%
0.775 0.679375\\
0.775 0.8575\\
1.225 0.8575\\
1.225 0.679375\\
0.775 0.679375\\
};
\addplot [color=blue,solid,forget plot]
table[row sep=crcr]{%
1.775 -2.6\\
1.775 3.6\\
2.225 3.6\\
2.225 -2.6\\
1.775 -2.6\\
};
\addplot [color=blue,solid,forget plot]
table[row sep=crcr]{%
2.775 0.269875\\
2.775 0.52975\\
3.225 0.52975\\
3.225 0.269875\\
2.775 0.269875\\
};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
0.775 0.7625\\
1.225 0.7625\\
};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
1.775 3.2\\
2.225 3.2\\
};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
2.775 0.4555\\
3.225 0.4555\\
};
\addplot [color=mycolor1,only marks,mark=+,mark options={solid,draw=red},forget plot]
table[row sep=crcr]{%
1 0.1925\\
};
\addplot [color=mycolor1,only marks,mark=+,mark options={solid,draw=red},forget plot]
table[row sep=crcr]{%
nan nan\\
};
\addplot [color=mycolor1,only marks,mark=+,mark options={solid,draw=red},forget plot]
table[row sep=crcr]{%
nan nan\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= -4,
xmax= 4,
ymin= -3,
ymax= 3,
legend style={at={(0.491,0.598)},anchor=south west,legend cell align=left,align=left,draw=red,fill=green}
]
\addplot [color=red,dashed,mark=square,mark options={solid}]
table[row sep=crcr]{%
-3.14159 -2.44929e-16\\
-2.82743 -0.638477\\
-2.51327 -1.33064\\
-2.19911 -2.02955\\
-1.88496 -1.46538\\
-1.5708 -2.5161\\
-1.25664 -1.33764\\
-0.942478 -0.0672286\\
-0.628319 -0.00206353\\
-0.314159 -1.12895e-05\\
0 0\\
0.314159 1.12895e-05\\
0.628319 0.00206353\\
0.942478 0.0672286\\
1.25664 1.33764\\
1.5708 2.5161\\
1.88496 1.46538\\
2.19911 2.02955\\
2.51327 1.33064\\
2.82743 0.638477\\
3.14159 2.44929e-16\\
};
\addlegendentry{y};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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.11111,0.94444}%
\definecolor{mycolor2}{rgb}{0.00000,0.22222,0.88889}%
\definecolor{mycolor3}{rgb}{0.00000,0.33333,0.83333}%
\definecolor{mycolor4}{rgb}{0.00000,0.44444,0.77778}%
\definecolor{mycolor5}{rgb}{0.00000,0.55556,0.72222}%
\definecolor{mycolor6}{rgb}{0.00000,0.66667,0.66667}%
\definecolor{mycolor7}{rgb}{0.00000,0.77778,0.61111}%
\definecolor{mycolor8}{rgb}{0.00000,0.88889,0.55556}%
\definecolor{mycolor9}{rgb}{0.00000,1.00000,0.50000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 20,
ymin= 1,
ymax= 20,
ytick={\empty}
]
\addplot[area legend,solid,draw=blue,forget plot]
table[row sep=crcr] {%
x y\\
12 6.20556\\
11 6.23755\\
10.8073 6.13475\\
nan 5.45701\\
10.2005 4.75401\\
11 4.28975\\
12 4.58999\\
12.3945 5\\
12.2778 6\\
12 6.20556\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor1,forget plot]
table[row sep=crcr] {%
x y\\
13 5.99181\\
12.9991 6\\
12.4501 6.40621\\
nan 6.60864\\
10.894 6.59895\\
10 6.11051\\
9.84285 6\\
9.31334 5\\
9.90354 4\\
10 3.93067\\
11 3.66474\\
11.266 3.71977\\
nan 4.02172\\
12.7174 4.53954\\
13 4.83813\\
13.1001 5\\
13 5.99181\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor2,forget plot]
table[row sep=crcr] {%
x y\\
6 12.1091\\
5.85301 12\\
5.54309 11.2763\\
nan 10.6848\\
6.43066 10.5485\\
6.95067 11\\
6.42816 12\\
6 12.1091\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor2,forget plot]
table[row sep=crcr] {%
x y\\
13 6.69562\\
12.5392 7\\
12 7.25244\\
11.7893 7.21549\\
nan 6.99189\\
10.2378 6.62425\\
10 6.48572\\
9.30927 6\\
9 5.45445\\
8.68115 5\\
8.97868 4\\
9 3.97585\\
10 3.26581\\
10.4079 3.19755\\
nan 3.17944\\
12.0321 3.25991\\
13 3.80203\\
13.2117 4\\
13.763 5\\
13.6284 6\\
13 6.69562\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor3,forget plot]
table[row sep=crcr] {%
x y\\
5 12.9449\\
4.38947 12.106\\
nan 11.1215\\
4.21842 10.1113\\
4.23242 10\\
5 9.0756\\
6 9.06307\\
7 9.79183\\
7.16059 10\\
7.67812 11\\
7.68036 11.0205\\
nan 11.9673\\
7.1858 12.7773\\
7.01354 13\\
7 13.0101\\
6 13.2999\\
5.08931 13\\
5 12.9449\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor3,forget plot]
table[row sep=crcr] {%
x y\\
14 6.37683\\
13.454 7\\
13.3459 7.07879\\
nan 7.44337\\
11.816 7.70107\\
11 7.50089\\
10.2388 7\\
10 6.86093\\
9 6.17764\\
8.69458 6\\
8.02077 5\\
8.02213 4.96269\\
nan 4.02237\\
8.69247 3.23055\\
8.88281 3\\
9 2.90427\\
10 2.40663\\
11 2.28259\\
12 2.39648\\
12.9491 2.81435\\
nan 3.39194\\
14.272 4.02028\\
14.6279 5\\
14.3949 6\\
14 6.37683\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor4,forget plot]
table[row sep=crcr] {%
x y\\
7.35699 1\\
7 1.29058\\
6.42104 2\\
6.34252 2.23642\\
nan 3.49551\\
6.42985 4.73147\\
6.55098 5\\
7 5.20808\\
7.91035 6\\
8 6.02843\\
9 6.60022\\
9.60052 7\\
9.8922 7.19144\\
nan 7.80158\\
11.76 8.3959\\
12 8.58886\\
12.7787 8\\
13 7.91882\\
14 7.23347\\
14.4648 7\\
15 6.50061\\
15.2753 6.35028\\
nan 5.64991\\
16.9661 4.88976\\
17 4.55679\\
17.2714 4\\
17 3.37445\\
16.9239 3\\
16.2888 2\\
16 1.69828\\
15.1313 1\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor4,forget plot]
table[row sep=crcr] {%
x y\\
1 11.2338\\
1.04897 12\\
1.23135 13\\
1.4027 13.3327\\
nan 14.285\\
2.93781 15.0968\\
3 15.1329\\
4 15.2397\\
4.27303 15\\
5 14.8707\\
6 14.4038\\
6.46944 14\\
6.70441 13.8876\\
nan 13.2053\\
8.40357 12.3872\\
8.65595 12\\
8.38897 11\\
8 10.4303\\
7.75875 10\\
7 9.01646\\
6.97786 9\\
6.44498 8.48114\\
nan 7.77958\\
4.65432 7.14475\\
4.1398 7\\
4 6.82142\\
3 6.76139\\
2.51857 7\\
2 7.38238\\
1.46033 8\\
1.10698 9\\
1 9.99624\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor5,forget plot]
table[row sep=crcr] {%
x y\\
16 13.3255\\
16.2001 13\\
16.739 12\\
16.7525 11.9426\\
nan 11.0813\\
16.9832 10.2032\\
16.9852 10\\
16.768 9\\
16.0824 8\\
16 7.93217\\
15 7.6341\\
14 7.95616\\
13.9342 8\\
13.558 8.35619\\
nan 8.94586\\
12.6972 9.65028\\
12.6125 10\\
12.6572 11\\
12.7613 12\\
12 12.8729\\
11 12.8039\\
10.2054 12.5348\\
nan 12.7134\\
8.90811 13.008\\
8 13.6091\\
7.50406 14\\
7 14.5957\\
6.55277 15\\
6.30498 16\\
6.65105 17\\
6.79019 17.1635\\
nan 17.6973\\
7.92903 18.1978\\
8 18.2501\\
9 18.7018\\
10 18.8666\\
11 18.8662\\
12 18.7023\\
12.5329 18.4679\\
nan 18.1012\\
13.7812 17.6708\\
14 17.4967\\
14.468 17\\
14.9719 16\\
15 15.8754\\
15.315 15\\
15.5995 14\\
16 13.3255\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor5,forget plot]
table[row sep=crcr] {%
x y\\
7 8.05561\\
7.58298 9\\
7.62483 9.05418\\
nan 9.67411\\
8.63127 10.2915\\
9 10.8298\\
10 10.8892\\
10.5896 10\\
10.9275 9\\
10.4839 8\\
10.057 7.71666\\
nan 7.32411\\
8.79051 6.95956\\
8 6.67534\\
7 6.83901\\
6.83102 7\\
6.94296 8\\
7 8.05561\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
15 12.391\\
15.3314 12\\
15.3546 11.9564\\
nan 11.1912\\
15.874 10.3725\\
15.8806 10\\
15.3406 9\\
15 8.74641\\
14 8.91395\\
13.9094 9\\
13.4916 10\\
13.4974 11\\
13.6009 11.3252\\
nan 12.017\\
14.4022 12.4494\\
15 12.391\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
14 15.8053\\
14.1729 15\\
14.0787 14.6074\\
nan 13.9925\\
13.074 13.5493\\
13 13.5082\\
12 13.4434\\
11 13.3155\\
10 13.2252\\
9 13.4612\\
8.46268 13.8472\\
nan 14.3858\\
7.37326 14.9622\\
7.34008 15\\
7.20115 16\\
7.72462 17\\
8 17.2598\\
9 17.8515\\
9.65293 18\\
10 18.1014\\
10.4661 18.101\\
nan 18.023\\
11.8537 17.8854\\
12 17.8524\\
13 17.2915\\
13.3299 17\\
13.9713 16\\
14 15.8053\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor6,forget plot]
table[row sep=crcr] {%
x y\\
8 8.52468\\
8.27056 9\\
8.86871 9.64819\\
nan 9.52883\\
10.1011 9.23563\\
10.2129 9\\
10 8.4346\\
9.77284 8\\
9 7.57495\\
8 7.60078\\
7.74005 8\\
8 8.52468\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor7,forget plot]
table[row sep=crcr] {%
x y\\
8 16.2427\\
8.62381 17\\
9 17.2557\\
9.1906 17.317\\
nan 17.4915\\
10.5695 17.5767\\
11 17.576\\
12 17.2578\\
12.3941 17\\
13 16.3609\\
13.2656 16\\
13.3632 15\\
13 14.5118\\
12.7154 14.3319\\
nan 14.0166\\
11.3876 13.8031\\
11 13.7153\\
10 13.6469\\
9 13.9664\\
8.95321 14\\
8 14.9458\\
7.95245 15\\
7.85162 16\\
8 16.2427\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor8,forget plot]
table[row sep=crcr] {%
x y\\
9 16.613\\
9.75427 17\\
9.78622 17.0118\\
nan 17.0537\\
11.1749 17.0243\\
11.2416 17\\
12 16.6183\\
12.5954 16\\
12.6293 15\\
12 14.4973\\
11 14.1301\\
10.5054 14.1034\\
nan 14.2183\\
9.15178 14.4528\\
9 14.5202\\
8.5172 15\\
8.46051 16\\
9 16.613\\
nan nan\\
};
\addplot[area legend,solid,draw=mycolor9,forget plot]
table[row sep=crcr] {%
x y\\
10 16.5513\\
11 16.5449\\
11.4094 16.3031\\
nan 15.7342\\
11.8498 14.9785\\
11 14.582\\
10 14.5433\\
9.12448 15\\
9.08738 16\\
10 16.5513\\
nan nan\\
};
\node[align=center, rotate=60.8745, text=white]
at (axis cs:10.354,5.457) {-5.0954};
\node[align=center, rotate=354.42, text=white]
at (axis cs:11.687,6.609) {-3.8302};
\node[align=center, rotate=24.0112, text=white]
at (axis cs:12.03,4.022) {-3.8302};
\node[align=center, rotate=327.108, text=white]
at (axis cs:5.895,10.685) {-2.5651};
\node[align=center, rotate=16.7286, text=white]
at (axis cs:10.997,6.992) {-2.5651};
\node[align=center, rotate=1.73448, text=white]
at (axis cs:11.22,3.179) {-2.5651};
\node[align=center, rotate=83.7948, text=white]
at (axis cs:4.219,11.122) {-1.2999};
\node[align=center, rotate=289.643, text=white]
at (axis cs:7.596,11.967) {-1.2999};
\node[align=center, rotate=342.214, text=white]
at (axis cs:12.591,7.443) {-1.2999};
\node[align=center, rotate=296.136, text=white]
at (axis cs:8.229,4.022) {-1.2999};
\node[align=center, rotate=35.7134, text=white]
at (axis cs:13.626,3.392) {-1.2999};
\node[align=center, rotate=87.4588, text=white]
at (axis cs:6.24,3.496) {-0.034787};
\node[align=center, rotate=26.958, text=white]
at (axis cs:10.826,7.802) {-0.034787};
\node[align=center, rotate=325.734, text=white]
at (axis cs:16.136,5.65) {-0.034787};
\node[align=center, rotate=42.1875, text=white]
at (axis cs:2.118,14.285) {-0.034787};
\node[align=center, rotate=325.145, text=white]
at (axis cs:7.595,13.205) {-0.034787};
\node[align=center, rotate=30.4819, text=white]
at (axis cs:5.562,7.78) {-0.034787};
\node[align=center, rotate=279.544, text=white]
at (axis cs:16.911,11.081) {1.2304};
\node[align=center, rotate=310.146, text=white]
at (axis cs:13.061,8.946) {1.2304};
\node[align=center, rotate=343.949, text=white]
at (axis cs:9.545,12.713) {1.2304};
\node[align=center, rotate=35.6148, text=white]
at (axis cs:7.35,17.697) {1.2304};
\node[align=center, rotate=333.266, text=white]
at (axis cs:13.169,18.101) {1.2304};
\node[align=center, rotate=44.116, text=white]
at (axis cs:8.128,9.674) {1.2304};
\node[align=center, rotate=25.2426, text=white]
at (axis cs:9.428,7.324) {1.2304};
\node[align=center, rotate=292.577, text=white]
at (axis cs:15.681,11.191) {2.4955};
\node[align=center, rotate=47.898, text=white]
at (axis cs:13.936,12.017) {2.4955};
\node[align=center, rotate=39.7127, text=white]
at (axis cs:13.647,13.993) {2.4955};
\node[align=center, rotate=321.088, text=white]
at (axis cs:7.907,14.386) {2.4955};
\node[align=center, rotate=353.015, text=white]
at (axis cs:11.162,18.023) {2.4955};
\node[align=center, rotate=345.21, text=white]
at (axis cs:9.498,9.529) {2.4955};
\node[align=center, rotate=8.44785, text=white]
at (axis cs:9.876,17.491) {3.7606};
\node[align=center, rotate=17.4377, text=white]
at (axis cs:12.065,14.017) {3.7606};
\node[align=center, rotate=0.408018, text=white]
at (axis cs:10.48,17.054) {5.0258};
\node[align=center, rotate=348.492, text=white]
at (axis cs:9.822,14.218) {5.0258};
\node[align=center, rotate=292.86, text=white]
at (axis cs:11.774,15.734) {6.2909};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}%
\definecolor{mycolor2}{rgb}{0.47000,0.30000,0.44000}%
\definecolor{mycolor3}{rgb}{0.92000,0.69000,0.12000}%
\definecolor{mycolor4}{rgb}{0.92000,0.83000,0.83000}%
\definecolor{mycolor5}{rgb}{0.63000,0.07000,0.18000}%
\definecolor{mycolor6}{rgb}{0.80000,0.87000,0.96000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= -5,
xmax= 5,
ymin= 0,
ymax= 3.5
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
-5 3.2581\\
-4.6 3.09829\\
-4.2 2.92531\\
-3.8 2.73696\\
-3.4 2.53052\\
-3.1 2.3618\\
-2.8 2.17929\\
-2.5 1.981\\
-2.2 1.76473\\
-1.9 1.52823\\
-1.6 1.26976\\
-1.3 0.989541\\
-0.6 0.307485\\
-0.5 0.223144\\
-0.4 0.14842\\
-0.3 0.0861777\\
-0.2 0.0392207\\
-0.1 0.00995033\\
0 0\\
0.1 0.00995033\\
0.2 0.0392207\\
0.3 0.0861777\\
0.4 0.14842\\
0.5 0.223144\\
0.7 0.398776\\
1 0.693147\\
1.4 1.08519\\
1.7 1.35841\\
2 1.60944\\
2.3 1.83896\\
2.6 2.04898\\
2.9 2.24177\\
3.2 2.41948\\
3.5 2.584\\
3.9 2.78563\\
4.3 2.9699\\
4.7 3.1394\\
5 3.2581\\
};
\end{axis}
\begin{axis}[%
width=1.227\figureWidth,
height=1.227\figureHeight,
at={(-0.16\figureWidth,-0.135\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
ymin= 0,
ymax= 1,
hide axis,
axis x line*=bottom,
axis y line*=left
]
\addplot [color=mycolor2,dotted,line width=4.0pt,forget plot]
table[row sep=crcr]{%
0.21 0.63\\
0.26 0.76\\
};
\addplot [color=white,dashdotted,forget plot]
table[row sep=crcr]{%
0.25 0.96\\
0.220784 0.0737866\\
};
\addplot[area legend,dashdotted,table/row sep=crcr,patch,fill=white,faceted color=black,forget plot,patch table={%
0 1 2\\
3 4 5\\
6 7 8\\
9 10 11\\
12 13 14\\
15 16 17\\
18 19 20\\
21 22 23\\
24 25 26\\
27 28 29\\
30 31 32\\
33 34 35\\
36 37 38\\
39 40 41\\
42 43 44\\
45 46 47\\
48 49 50\\
51 52 53\\
54 55 56\\
57 58 59\\
60 61 62\\
63 64 65\\
66 67 68\\
69 70 71\\
72 73 74\\
75 76 77\\
78 79 80\\
81 82 83\\
84 85 86\\
87 88 89\\
90 91 92\\
93 94 95\\
96 97 98\\
99 100 101\\
102 103 104\\
105 106 107\\
108 109 110\\
111 112 113\\
114 115 116\\
117 118 119\\
}]
table[row sep=crcr] {%
x y\\
0.22 0.05\\
0.209152 0.0824124\\
0.209733 0.0819629\\
0.22 0.05\\
0.209733 0.0819629\\
0.210314 0.0815158\\
0.22 0.05\\
0.210314 0.0815158\\
0.210896 0.0810739\\
0.22 0.05\\
0.210896 0.0810739\\
0.211477 0.0806396\\
0.22 0.05\\
0.211477 0.0806396\\
0.212059 0.0802154\\
0.22 0.05\\
0.212059 0.0802154\\
0.212641 0.0798036\\
0.22 0.05\\
0.212641 0.0798036\\
0.213224 0.0794066\\
0.22 0.05\\
0.213224 0.0794066\\
0.213807 0.0790267\\
0.22 0.05\\
0.213807 0.0790267\\
0.214391 0.0786659\\
0.22 0.05\\
0.214391 0.0786659\\
0.214976 0.0783262\\
0.22 0.05\\
0.214976 0.0783262\\
0.215561 0.0780096\\
0.22 0.05\\
0.215561 0.0780096\\
0.216147 0.0777178\\
0.22 0.05\\
0.216147 0.0777178\\
0.216734 0.0774524\\
0.22 0.05\\
0.216734 0.0774524\\
0.217322 0.0772147\\
0.22 0.05\\
0.217322 0.0772147\\
0.217911 0.0770061\\
0.22 0.05\\
0.217911 0.0770061\\
0.218501 0.0768276\\
0.22 0.05\\
0.218501 0.0768276\\
0.219092 0.0766801\\
0.22 0.05\\
0.219092 0.0766801\\
0.219684 0.0765643\\
0.22 0.05\\
0.219684 0.0765643\\
0.220277 0.0764807\\
0.22 0.05\\
0.220277 0.0764807\\
0.220871 0.0764295\\
0.22 0.05\\
0.220871 0.0764295\\
0.221467 0.0764109\\
0.22 0.05\\
0.221467 0.0764109\\
0.222063 0.0764249\\
0.22 0.05\\
0.222063 0.0764249\\
0.22266 0.076471\\
0.22 0.05\\
0.22266 0.076471\\
0.223258 0.0765488\\
0.22 0.05\\
0.223258 0.0765488\\
0.223858 0.0766576\\
0.22 0.05\\
0.223858 0.0766576\\
0.224458 0.0767965\\
0.22 0.05\\
0.224458 0.0767965\\
0.22506 0.0769645\\
0.22 0.05\\
0.22506 0.0769645\\
0.225662 0.0771602\\
0.22 0.05\\
0.225662 0.0771602\\
0.226265 0.0773823\\
0.22 0.05\\
0.226265 0.0773823\\
0.226869 0.0776292\\
0.22 0.05\\
0.226869 0.0776292\\
0.227474 0.0778991\\
0.22 0.05\\
0.227474 0.0778991\\
0.228079 0.0781902\\
0.22 0.05\\
0.228079 0.0781902\\
0.228685 0.0785005\\
0.22 0.05\\
0.228685 0.0785005\\
0.229292 0.0788277\\
0.22 0.05\\
0.229292 0.0788277\\
0.229899 0.0791698\\
0.22 0.05\\
0.229899 0.0791698\\
0.230506 0.0795243\\
0.22 0.05\\
0.230506 0.0795243\\
0.231114 0.079889\\
0.22 0.05\\
0.231114 0.079889\\
0.231722 0.0802612\\
0.22 0.05\\
0.231722 0.0802612\\
0.232331 0.0806385\\
0.22 0.05\\
0.232331 0.0806385\\
0.232939 0.0810184\\
};
\addplot [color=mycolor3,solid,line width=2.0pt,forget plot]
table[row sep=crcr]{%
0.46 0.41\\
0.363191 0.489208\\
};
\addplot[area legend,solid,line width=2.0pt,table/row sep=crcr,patch,fill=mycolor3,faceted color=mycolor3,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.365624 0.47325\\
0.35 0.5\\
0.363191 0.489208\\
0.35 0.5\\
0.374963 0.493543\\
0.363191 0.489208\\
};
\node[fill=mycolor4, below left, align=right, font=\bfseries, text=mycolor3]
at (axis cs:0.699,0.41) {something};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0.345473 0.559582\\
0.684527 0.550418\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=white,faceted color=black,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.353986 0.571259\\
0.33 0.56\\
0.345473 0.559582\\
0.33 0.56\\
0.353624 0.547454\\
0.345473 0.559582\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=white,faceted color=black,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.676376 0.562546\\
0.7 0.55\\
0.684527 0.550418\\
0.7 0.55\\
0.676014 0.538741\\
0.684527 0.550418\\
};
\node[below right, align=left, text=white, draw=white]
at (rel axis cs:0.41,0.69) {something};
\filldraw [draw=mycolor5,fill=mycolor6,solid,line width=3.0pt] (axis cs:0.775,0.695) ellipse [x radius=0.075, y radius=0.255];
\draw[dotted, line width=8.0pt, draw=white] (axis cs: 0.3,0.26) rectangle (axis cs:0.83,0.84);
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}%
\definecolor{mycolor2}{rgb}{0.75686,0.86667,0.77647}%
\definecolor{mycolor3}{rgb}{0.67843,0.92157,1.00000}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= -5,
xmax= 5,
ymin= 0,
ymax= 3.5,
axis x line*=bottom,
axis y line*=left
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
-5 3.2581\\
-4.6 3.09829\\
-4.2 2.92531\\
-3.8 2.73696\\
-3.4 2.53052\\
-3.1 2.3618\\
-2.8 2.17929\\
-2.5 1.981\\
-2.2 1.76473\\
-1.9 1.52823\\
-1.6 1.26976\\
-1.3 0.989541\\
-0.6 0.307485\\
-0.5 0.223144\\
-0.4 0.14842\\
-0.3 0.0861777\\
-0.2 0.0392207\\
-0.1 0.00995033\\
0 0\\
0.1 0.00995033\\
0.2 0.0392207\\
0.3 0.0861777\\
0.4 0.14842\\
0.5 0.223144\\
0.7 0.398776\\
1 0.693147\\
1.4 1.08519\\
1.7 1.35841\\
2 1.60944\\
2.3 1.83896\\
2.6 2.04898\\
2.9 2.24177\\
3.2 2.41948\\
3.5 2.584\\
3.9 2.78563\\
4.3 2.9699\\
4.7 3.1394\\
5 3.2581\\
};
\node[right, align=left, text=white]
at (axis cs:-2.018,1.599) {$\text{ }\leftarrow\text{ some point on the curve}$};
\node[left, align=right, text=white]
at (axis cs:1,0.693) {$\text{another point }\rightarrow$};
\end{axis}
\begin{axis}[%
width=1.227\figureWidth,
height=1.227\figureHeight,
at={(-0.16\figureWidth,-0.135\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
ymin= 0,
ymax= 1,
hide axis,
axis x line*=bottom,
axis y line*=left
]
\node[below right, align=left, text=white, draw=white]
at (rel axis cs:0.306,0.293) {This boxes size\\should adjust to\\the text size};
\node[below right, align=left, text=white, draw=white]
at (rel axis cs:0.716,0.196) {Multiple Lines due to fixed width};
\node[fill=mycolor2, below right, align=left, font=\itshape, text=white, draw=white]
at (rel axis cs:0.729,0.608) {Overlapping\\and italic};
\node[align=center, text=white, draw=white]
at (rel axis cs:0.42,0.68) {Text with a\\thick and\\dotted\\border};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0.219439 0.371002\\
0.258938 0.246911\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=white,faceted color=black,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.261557 0.255936\\
0.262525 0.235641\\
0.258938 0.246911\\
0.262525 0.235641\\
0.252454 0.250023\\
0.258938 0.246911\\
};
\node[fill=mycolor3, above, align=center, rotate= 30, text=white]
at (axis cs:0.219,0.371) {Rotated Text};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
0.238437 0.604316\\
0.299141 0.536079\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=red,faceted color=red,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.308503 0.537674\\
0.309619 0.5243\\
0.300258 0.522705\\
0.300258 0.522705\\
0.299141 0.536079\\
0.308503 0.537674\\
};
\node[fill=blue, above, align=center, rotate= 30, text=red]
at (axis cs:0.192,0.604) {Rotated Text 2};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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}%
\definecolor{mycolor2}{rgb}{0.67843,0.92157,1.00000}%
\definecolor{mycolor3}{rgb}{0.75686,0.86667,0.77647}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
clip=false,
xmin= -5,
xmax= 5,
ymin= 0,
ymax= 3.5,
axis x line*=bottom,
axis y line*=left
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
-5 3.2581\\
-4.6 3.09829\\
-4.2 2.92531\\
-3.8 2.73696\\
-3.4 2.53052\\
-3.1 2.3618\\
-2.8 2.17929\\
-2.5 1.981\\
-2.2 1.76473\\
-1.9 1.52823\\
-1.6 1.26976\\
-1.3 0.989541\\
-0.6 0.307485\\
-0.5 0.223144\\
-0.4 0.14842\\
-0.3 0.0861777\\
-0.2 0.0392207\\
-0.1 0.00995033\\
0 0\\
0.1 0.00995033\\
0.2 0.0392207\\
0.3 0.0861777\\
0.4 0.14842\\
0.5 0.223144\\
0.7 0.398776\\
1 0.693147\\
1.4 1.08519\\
1.7 1.35841\\
2 1.60944\\
2.3 1.83896\\
2.6 2.04898\\
2.9 2.24177\\
3.2 2.41948\\
3.5 2.584\\
3.9 2.78563\\
4.3 2.9699\\
4.7 3.1394\\
5 3.2581\\
};
\node[right, align=left, text=white]
at (rel axis cs:0.295,0.455) {$\text{ }\leftarrow\text{ some point on the curve}$};
\node[left, align=right, text=white]
at (12.241cm,2.961cm) {$\text{another point }\rightarrow$};
\end{axis}
\begin{axis}[%
width=1.228\figureWidth,
height=1.228\figureHeight,
at={(-0.16\figureWidth,-0.135\figureHeight)},
scale only axis,
xmin= 0,
xmax= 1,
ymin= 0,
ymax= 1,
hide axis,
axis x line*=bottom,
axis y line*=left,
clip=false
]
\node[below right, align=left, text=white, draw=white]
at (8.08cm,5.419cm) {This boxes size\\should adjust to\\the text size};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0.219439 0.371002\\
0.258938 0.246911\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=white,faceted color=black,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.261557 0.255936\\
0.262525 0.235641\\
0.258938 0.246911\\
0.262525 0.235641\\
0.252454 0.250023\\
0.258938 0.246911\\
};
\node[fill=mycolor2, above, align=center, rotate= 30, text=white]
at (axis cs:0.219,0.371) {Rotated Text};
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
0.238437 0.604316\\
0.299141 0.536079\\
};
\addplot[area legend,solid,table/row sep=crcr,patch,fill=red,faceted color=red,forget plot,patch table={%
0 1 2\\
3 4 5\\
}]
table[row sep=crcr] {%
x y\\
0.308503 0.537674\\
0.309619 0.5243\\
0.300258 0.522705\\
0.300258 0.522705\\
0.299141 0.536079\\
0.308503 0.537674\\
};
\node[fill=blue, above, align=center, rotate= 30, text=red]
at (axis cs:0.192,0.604) {Rotated Text 2};
\node[below right, align=left, text=white, draw=white]
at (18.941cm,3.625cm) {Multiple Lines due to fixed width};
\node[align=center, text=white, draw=white]
at (rel axis cs:0.42,0.68) {Text with a\\thick and\\dotted\\border};
\node[fill=mycolor3, below right, align=left, font=\itshape, text=white, draw=white]
at (rel axis cs:0.729,0.608) {Overlapping\\and italic};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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,1.00000,1.00000}%
\definecolor{mycolor2}{rgb}{1.00000,0.00000,0.09375}%
%
\begin{tikzpicture}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0.581\figureHeight)},
scale only axis,
bar width=0.8,
xmin= 0,
xmax= 6,
ymin= 0,
ymax= 40,
axis x line*=bottom,
axis y line*=left,
legend style={legend cell align=left,align=left,fill=black}
]
\addplot[ybar stacked,draw=white,fill=red,area legend] plot table[row sep=crcr] {%
1 6\\
2 4\\
3 4\\
4 1\\
5 1\\
};
\addlegendentry{};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0 0\\
6 0\\
};
\addplot[ybar stacked,draw=white,fill=mycolor1,area legend] plot table[row sep=crcr] {%
1 13\\
2 5\\
3 5\\
4 1\\
5 2\\
};
\addlegendentry{};
\addplot[ybar stacked,draw=white,fill=mycolor2,area legend] plot table[row sep=crcr] {%
1 19\\
2 8\\
3 7\\
4 1\\
5 2\\
};
\addlegendentry{};
\addplot [color=red,solid,line width=2.0pt]
table[row sep=crcr]{%
1 1\\
2 4\\
3 9\\
4 3\\
5 5\\
};
\addlegendentry{};
\end{axis}
\begin{axis}[%
width=0.951\figureWidth,
height=0.419\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
bar width=0.75,
xmin= 0,
xmax= 40,
ymin= 0,
ymax= 6,
axis x line*=bottom,
axis y line*=left
]
\addplot[xbar stacked,draw=none,fill=mycolor1,area legend] plot table[row sep=crcr] {%
6 1\\
4 2\\
4 3\\
1 4\\
1 5\\
};
\addplot [color=white,solid,forget plot]
table[row sep=crcr]{%
0 0\\
0 6\\
};
\addplot[xbar stacked,draw=white,fill=mycolor1,area legend] plot table[row sep=crcr] {%
13 1\\
5 2\\
5 3\\
1 4\\
2 5\\
};
\addplot[xbar stacked,draw=white,fill=mycolor2,area legend] plot table[row sep=crcr] {%
19 1\\
8 2\\
7 3\\
1 4\\
2 5\\
};
\addplot [color=blue,solid,line width=2.0pt,forget plot]
table[row sep=crcr]{%
1 1\\
4 2\\
9 3\\
3 4\\
5 5\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
% 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=0.871\figureWidth,
height=0.916\figureHeight,
at={(0\figureWidth,0\figureHeight)},
scale only axis,
xmin= 1,
xmax= 256,
ymin= -1,
ymax= 1
]
\addplot [color=mycolor1,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.946586\\
3 0.996318\\
4 0.987757\\
5 0.921405\\
6 0.801143\\
7 0.634008\\
8 0.429779\\
9 0.200404\\
11 -0.279416\\
12 -0.501787\\
13 -0.6948\\
14 -0.847161\\
15 -0.949957\\
16 -0.997172\\
17 -0.986045\\
18 -0.917227\\
19 -0.794743\\
20 -0.62576\\
21 -0.420166\\
22 -0.189988\\
24 0.289597\\
25 0.510945\\
26 0.702398\\
27 0.852756\\
28 0.95322\\
29 0.997914\\
30 0.984222\\
31 0.912945\\
32 0.788253\\
33 0.617442\\
34 0.410506\\
35 0.179552\\
37 -0.299744\\
38 -0.520044\\
39 -0.709917\\
40 -0.858254\\
41 -0.956377\\
42 -0.998543\\
43 -0.982287\\
44 -0.90856\\
45 -0.781674\\
46 -0.609054\\
47 -0.400799\\
48 -0.169095\\
49 0.0725028\\
50 0.309859\\
51 0.529085\\
52 0.717356\\
53 0.863656\\
54 0.959425\\
55 0.99906\\
56 0.980242\\
57 0.904072\\
58 0.775007\\
59 0.600597\\
60 0.391048\\
61 0.158619\\
62 -0.08309\\
63 -0.319938\\
64 -0.538067\\
65 -0.724714\\
66 -0.86896\\
67 -0.962365\\
68 -0.999464\\
69 -0.978086\\
70 -0.899483\\
71 -0.768252\\
72 -0.592073\\
73 -0.381252\\
74 -0.148125\\
75 0.0936679\\
76 0.329981\\
77 0.546987\\
78 0.73199\\
79 0.874166\\
80 0.965197\\
81 0.999755\\
82 0.97582\\
83 0.894792\\
84 0.761411\\
85 0.583481\\
86 0.371413\\
87 0.137615\\
88 -0.104235\\
89 -0.339987\\
90 -0.555846\\
91 -0.739184\\
92 -0.879274\\
93 -0.96792\\
94 -0.999934\\
95 -0.973444\\
96 -0.89\\
97 -0.754484\\
98 -0.574824\\
99 -0.361533\\
100 -0.127089\\
101 0.114791\\
102 0.349954\\
103 0.564642\\
104 0.746295\\
105 0.884283\\
106 0.970533\\
107 1\\
108 0.970958\\
109 0.885108\\
110 0.747472\\
111 0.566102\\
112 0.351611\\
113 0.116549\\
114 -0.125333\\
115 -0.359882\\
116 -0.573375\\
117 -0.753321\\
118 -0.889192\\
119 -0.973037\\
120 -0.999953\\
121 -0.968363\\
122 -0.880116\\
123 -0.740375\\
124 -0.557317\\
125 -0.34165\\
126 -0.105995\\
127 0.135862\\
128 0.36977\\
129 0.582043\\
130 0.760262\\
131 0.894\\
132 0.975432\\
133 0.999793\\
134 0.965658\\
135 0.875025\\
136 0.733195\\
137 0.548468\\
138 0.331651\\
139 0.0954297\\
140 -0.146375\\
141 -0.379615\\
142 -0.590645\\
143 -0.767118\\
144 -0.898708\\
145 -0.977716\\
146 -0.99952\\
147 -0.962845\\
148 -0.869835\\
149 -0.725933\\
150 -0.539557\\
151 -0.321614\\
152 -0.0848536\\
153 0.156872\\
154 0.389418\\
155 0.599181\\
156 0.773887\\
157 0.903314\\
158 0.97989\\
159 0.999135\\
160 0.959922\\
161 0.864547\\
162 0.718588\\
163 0.530586\\
164 0.311541\\
165 0.0742678\\
166 -0.16735\\
167 -0.399177\\
168 -0.607649\\
169 -0.780569\\
170 -0.907819\\
171 -0.981954\\
172 -0.998637\\
173 -0.956892\\
174 -0.859161\\
175 -0.711162\\
176 -0.521555\\
177 -0.301432\\
180 0.408891\\
181 0.616049\\
182 0.787163\\
183 0.912221\\
184 0.983907\\
185 0.998027\\
186 0.953754\\
187 0.853679\\
188 0.703657\\
189 0.512465\\
190 0.29129\\
192 -0.188251\\
193 -0.418559\\
194 -0.624379\\
195 -0.793668\\
196 -0.91652\\
197 -0.985749\\
198 -0.997304\\
199 -0.950508\\
200 -0.8481\\
201 -0.696072\\
202 -0.503317\\
203 -0.281115\\
205 0.198669\\
206 0.42818\\
207 0.632639\\
208 0.800083\\
209 0.920716\\
210 0.98748\\
211 0.996468\\
212 0.947155\\
213 0.842426\\
214 0.688408\\
215 0.494113\\
216 0.270908\\
218 -0.209066\\
219 -0.437752\\
220 -0.640827\\
221 -0.806408\\
222 -0.924808\\
223 -0.989099\\
224 -0.99552\\
225 -0.943695\\
226 -0.836657\\
227 -0.680667\\
228 -0.484853\\
229 -0.260671\\
231 0.219439\\
232 0.447275\\
233 0.648943\\
234 0.812643\\
235 0.928796\\
236 0.990607\\
237 0.99446\\
238 0.940129\\
239 0.830793\\
240 0.672849\\
241 0.475538\\
242 0.250404\\
244 -0.229787\\
245 -0.456748\\
246 -0.656986\\
247 -0.818785\\
248 -0.932679\\
249 -0.992003\\
250 -0.993288\\
251 -0.936457\\
252 -0.824836\\
253 -0.664955\\
254 -0.466169\\
255 -0.240109\\
256 -2.44929e-15\\
};
\end{axis}
\begin{axis}[%
width=0.337\figureWidth,
height=0.449\figureHeight,
at={(0.079\figureWidth,0.551\figureHeight)},
scale only axis,
xmin= 1,
xmax= 64,
ymin= -1,
ymax= 1,
axis background/.style={fill=green}
]
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.946586\\
3 0.996318\\
4 0.987757\\
5 0.921405\\
6 0.801143\\
7 0.634008\\
8 0.429779\\
9 0.200404\\
11 -0.279416\\
12 -0.501787\\
13 -0.6948\\
14 -0.847161\\
15 -0.949957\\
16 -0.997172\\
17 -0.986045\\
18 -0.917227\\
19 -0.794743\\
20 -0.62576\\
21 -0.420166\\
22 -0.189988\\
24 0.289597\\
25 0.510945\\
26 0.702398\\
27 0.852756\\
28 0.95322\\
29 0.997914\\
30 0.984222\\
31 0.912945\\
32 0.788253\\
33 0.617442\\
34 0.410506\\
35 0.179552\\
37 -0.299744\\
38 -0.520044\\
39 -0.709917\\
40 -0.858254\\
41 -0.956377\\
42 -0.998543\\
43 -0.982287\\
44 -0.90856\\
45 -0.781674\\
46 -0.609054\\
47 -0.400799\\
48 -0.169095\\
49 0.0725028\\
50 0.309859\\
51 0.529085\\
52 0.717356\\
53 0.863656\\
54 0.959425\\
55 0.99906\\
56 0.980242\\
57 0.904072\\
58 0.775007\\
59 0.600597\\
60 0.391048\\
61 0.158619\\
62 -0.08309\\
63 -0.319938\\
64 -0.538067\\
};
\end{axis}
\begin{axis}[%
width=0.225\figureWidth,
height=0.449\figureHeight,
at={(0.64\figureWidth,0.101\figureHeight)},
scale only axis,
xmin= 0,
xmax= 100,
ymin= -1,
ymax= 1
]
\addplot [color=black,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.946586\\
3 0.996318\\
4 0.987757\\
5 0.921405\\
6 0.801143\\
7 0.634008\\
8 0.429779\\
9 0.200404\\
11 -0.279416\\
12 -0.501787\\
13 -0.6948\\
14 -0.847161\\
15 -0.949957\\
16 -0.997172\\
17 -0.986045\\
18 -0.917227\\
19 -0.794743\\
20 -0.62576\\
21 -0.420166\\
22 -0.189988\\
24 0.289597\\
25 0.510945\\
26 0.702398\\
27 0.852756\\
28 0.95322\\
29 0.997914\\
30 0.984222\\
31 0.912945\\
32 0.788253\\
33 0.617442\\
34 0.410506\\
35 0.179552\\
37 -0.299744\\
38 -0.520044\\
39 -0.709917\\
40 -0.858254\\
41 -0.956377\\
42 -0.998543\\
43 -0.982287\\
44 -0.90856\\
45 -0.781674\\
46 -0.609054\\
47 -0.400799\\
48 -0.169095\\
49 0.0725028\\
50 0.309859\\
51 0.529085\\
52 0.717356\\
53 0.863656\\
54 0.959425\\
55 0.99906\\
56 0.980242\\
57 0.904072\\
58 0.775007\\
59 0.600597\\
60 0.391048\\
61 0.158619\\
62 -0.08309\\
63 -0.319938\\
64 -0.538067\\
};
\end{axis}
\begin{axis}[%
width=0.337\figureWidth,
height=0.449\figureHeight,
at={(0.135\figureWidth,0.213\figureHeight)},
scale only axis,
xmin= 0,
xmax= 100,
ymin= -1,
ymax= 1
]
\addplot [color=red,solid,forget plot]
table[row sep=crcr]{%
1 0.841471\\
2 0.946586\\
3 0.996318\\
4 0.987757\\
5 0.921405\\
6 0.801143\\
7 0.634008\\
8 0.429779\\
9 0.200404\\
11 -0.279416\\
12 -0.501787\\
13 -0.6948\\
14 -0.847161\\
15 -0.949957\\
16 -0.997172\\
17 -0.986045\\
18 -0.917227\\
19 -0.794743\\
20 -0.62576\\
21 -0.420166\\
22 -0.189988\\
24 0.289597\\
25 0.510945\\
26 0.702398\\
27 0.852756\\
28 0.95322\\
29 0.997914\\
30 0.984222\\
31 0.912945\\
32 0.788253\\
33 0.617442\\
34 0.410506\\
35 0.179552\\
37 -0.299744\\
38 -0.520044\\
39 -0.709917\\
40 -0.858254\\
41 -0.956377\\
42 -0.998543\\
43 -0.982287\\
44 -0.90856\\
45 -0.781674\\
46 -0.609054\\
47 -0.400799\\
48 -0.169095\\
49 0.0725028\\
50 0.309859\\
51 0.529085\\
52 0.717356\\
53 0.863656\\
54 0.959425\\
55 0.99906\\
56 0.980242\\
57 0.904072\\
58 0.775007\\
59 0.600597\\
60 0.391048\\
61 0.158619\\
62 -0.08309\\
63 -0.319938\\
64 -0.538067\\
};
\end{axis}
\end{tikzpicture}%
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment