pcolor and contour plot with different colormaps

Matlab does not allow to combine use more than one colormap in a figure. However there are some possibilities to get around this problem, which are presented in this article. Initialization and export of figure For all plots the same initialization for the data and...

plotyy with unequal tick locations for both datasets

In matlab the normal way to create plots with two y-axis is to use the command plotyy. This works quite simple, and creates equal tick locations for both data sets: xaxis = 0:0.1:25; y1 = linspace(12.1712,12.7679, length(xaxis)); y2 = linspace(0.3597,-28.7745,...

LaTeX-Workshop

Die folgenden Folien und Übungen dienten zur eintägigen Einführung von LaTeX für die Erstellung von Bachelor und Masterarbeiten.   LaTeXWorkshopVortrag-2012-02-04.pdf (2,0 MiB)   LaTeXWorkshopUebungen-2012-02-04.zip (2,9 MiB) In...

Erstellung von Bachelor und Masterarbeiten mit LaTeX

Im Rahmen meiner Lehrverpflichtungen an der Leibniz Universität Hannover habe ich die folgende Vorlesung zur Erstellung von Bachelor und Masterarbeiten mit LaTeX gehalten   LaTeXWS2011.pdf (3,6 MiB)   LaTeXWS2011Uebungen.zip (28,9 MiB) Die...