von pospiech | Mai 31, 2011 | matlab, Programming
A search on how to fill the area under a curve reveals that such questions are quite often asked. Here is the solution in a function file that I created for simplifying filled curve plots using matlabs fill function. function handle = filledcurve(x, y, zero,...
von pospiech | Mai 31, 2011 | matlab, Programming
In the following I present a solution to read data from a textfile which has the number of x-values (columns) in the first line, the number of y-values (rows) in the second line and in all following lines the matrix with size x times y. The principle reading of the...
von pospiech | Mai 15, 2011 | LaTeX
Neue LaTeX-Vorlage zur Erstellung von Labor-Protokollen: LaTeXTemplateProtokoll (505,4 KiB) Die Vorlage beruht auf Koma Script (scrartcl) und ist für pdflatex ausgelegt (kein LuaTeX oder XeteX). Unter anderem werden diese Pakete verwendet: inputenc,...
von pospiech | Mai 15, 2011 | LaTeX
Im Rahmen eines Workshops der jDPG Hannover wurde der folgende Vortrag zur Einführung in LaTeX gehalten: LaTeXIntroductionVortrag-2011-05-14.pdf (1,6 MiB) LaTeXIntroductionHandout-2011-05-14.pdf (1,4 MiB)...
von pospiech | Dez 16, 2010 | matlab
Here are some tutorials about plotting in matlab. (all original links except this are unfortunately dead): making pretty graphs