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...

pcolor plots with publication ready formating

Matlab has many possibilities to create plots even fancy ones. However its defaults are very seldom suitable to use the plots directly for a publication. The following minimal code demonstrates how to generate a pcolor plot for 2D data with x- and y-axis. The data was...