Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bachelorarbeit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jan Wille
Bachelorarbeit
Commits
89804562
Commit
89804562
authored
4 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
better comments
parent
d163c37a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
crc/exampleCircuit.tex
+4
-4
4 additions, 4 deletions
crc/exampleCircuit.tex
plt/examplePlot.tex
+12
-10
12 additions, 10 deletions
plt/examplePlot.tex
with
16 additions
and
14 deletions
crc/exampleCircuit.tex
+
4
−
4
View file @
89804562
\documentclass
[11pt,ngerman]
{
HsH-standalone
}
\documentclass
[11pt,ngerman]
{
HsH-standalone
}
\usepackage
{
siunitx
}
%
kennt SI einheiten
\usepackage
{
siunitx
}
%
SI units
\usepackage
{
amsmath
}
%
schön
e
F
orm
eln
\usepackage
{
amsmath
}
%
nic
e
f
orm
ulas
\usepackage
{
circuitikz
}
%
zeichnen von Schaltplänen
\usepackage
{
circuitikz
}
%
draw circuit diagramms, uses tikz
\begin{document}
%----------------------
Inhal
t---------------------------------------------------%
\begin{document}
%----------------------
Conten
t---------------------------------------------------%
\begin{circuitikz}
\draw
\begin{circuitikz}
\draw
(0,0) to[V, v<=
$
U
_
q
$
, i=
$
I
_
q
$
] ++(0,2)
(0,0) to[V, v<=
$
U
_
q
$
, i=
$
I
_
q
$
] ++(0,2)
...
...
This diff is collapsed.
Click to expand it.
plt/examplePlot.tex
+
12
−
10
View file @
89804562
\documentclass
[11pt,ngerman]
{
HsH-standalone
}
\documentclass
[11pt,ngerman]
{
HsH-standalone
}
%__________Formeln und Mathe________________
\usepackage
{
siunitx
}
% kennt SI einheiten
\usepackage
{
amsmath
}
% schöne Formeln
%__________Daten Import_____________________
\usepackage
{
siunitx
}
% SI units
\usepackage
{
pgfplots,pgfplotstable
}
% plots und bilder, enthält tikz und graphix
\usepackage
{
amsmath
}
% nice formulas
\begin{document}
%----------------------Inhalt---------------------------------------------------%
\usepackage
{
pgfplots
}
% plots und bilder, includes tikz and graphix
\usepackage
{
pgfplotstable
}
% fo ruse of tables, csv files are tables
\begin{document}
%----------------------Content---------------------------------------------------%
\begin{tikzpicture}
\begin{tikzpicture}
\begin{axis}
[MyPlots]
\begin{axis}
[MyPlots]
% use custom styling
\addplot
[FM1,domain=-1:1, name path=A]
{
x
^
2
}
;
\addplot
[FM1,domain=-1:1, name path=A]
{
x
^
2
}
;
\addplot
[FM2,mark=none,domain=-1:1, name path=B]
{
0.5*x
^
2-1
}
;
\addplot
[FM2,mark=none,domain=-1:1, name path=B]
{
0.5*x
^
2-1
}
;
\addplot
[pattern color=gray!40, pattern=dots]
fill between[of=A and B];
\addplot
[pattern color=gray!40, pattern=dots]
fill between[of=A and B];
...
@@ -18,9 +18,11 @@
...
@@ -18,9 +18,11 @@
\end{tikzpicture}
\end{tikzpicture}
\begin{tikzpicture}
\begin{tikzpicture}
\pgfplotstableread
{
../csv/bsp.csv
}
\data
\pgfplotstableread
{
../csv/bsp.csv
}
\data
% read file into macro
\begin{axis}
[MyPlots,
\begin{axis}
[
xlabel=X Achse, ylabel=
$
\percent
$
,
MyPlots,
% custom styling
xlabel=X Achse,
ylabel=
$
\percent
$
,
]
]
\addplot
[FM1,errBars]
table [x=A,y=C,y error=D]
{
\data
}
;
\addplot
[FM1,errBars]
table [x=A,y=C,y error=D]
{
\data
}
;
\addlegendentry
{
Messdaten
}
\addlegendentry
{
Messdaten
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment