nav-left cat-right
cat-right
Aktuelle Kommentare
  • Jan: Thanks, I added my issue to the existing issue to the page. ...
  • pospiech: You are not making it really clear what you are doing. If yo...
  • Jan: Hi there, Jan again (from the third to last post). I ran int...
  • Söldner: OK, danke für die Info. Das kenne ich irgend wo her :) Hab d...
  • pospiech: Nur eine Sache: Das Wiki gibt es nicht mehr. Ich hatte keine...
  • Söldner: Auch wenn der Beitrag schon älter ist. Gibt es zum Thema Lat...
Zufällige Artikel
Brutblatt wird riesig Unser Brutblatt hat inzwischen eine Höhe von 150 cm erreicht und ist damit...
Add non modal dialog to p... If we have an existing project one needs to do the following steps to add an...
Disable deprecation of fu... When using old functions in MFC which happens quite easily when one imports old...
C++ Vortrag: Grundlagen u... Den folgenden Vortrag mit Titel “Grundlagen und Objektorientierte...
latin1 nach utf8 Konvertiert alle Dateien rekursiv unterhalb des aktuellen Verzeichnisses von...
Convert Cstring to int The solution is the following CString samplecstring; int i =...

fast reading of structured text data with matlab

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 data is achieved by the following code % open file display(['reading ' FILENAME]); fid = fopen(FILENAME, 'r'); fseek(fid, 0,...

LaTeX-Vorlage für Protokolle

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, grffile, fontenc, textcomp, lmodern, babel, xcolor, graphicx, epstopdf, caption, amsmath, siunitx, booktabs, tabularx, setspace, scrpage2, microtype....

LaTeX Einführung

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)   Uebungen-2011-05-14.zip (569,9 KiB) Das Publikum bestand aus Physik-Studenten des 2ten Semesters. Der Vortrag und die dazu abgehaltenen Übungen umfassten 4 Stunden....

plotting tutorials

Here are some tutorials about plotting in matlab. (all original links except this are unfortunately dead): making pretty graphs

batch script for automatic backup using winrar

For a regular full backup of all my important data I am using a bash script on Linux. This is now an example to achieve the same under Windows 7 using batch scripting and winrar as the compressor. Zip files can not be used since this is limited in total number of files which I typically overcome. @ECHO OFF cls ::------------------------------------------------------------------------------------- SET PACKER="c:\Program...

Matlab figures – solving export problems

How to make a really beautiful and publishable graph with matlab is not easy but possible. It is very good descriped in this article making pretty graphs. However once you want to export your file you run into many problems, which are build in bugs of matlab, and have not been fixed since years. They are however well documented by matlab… The two most important bugs are the missing font support and wrong...

C++ Vortrag: Grundlagen und Objektorientierte Prog...

Erneut werde ich einen Workshop über C++ halten. Diesmal habe ich die Grundlagen kurz gehalten und gehe dafür detailierter auf Klassen und Objektorientierte Programmierung ein. Das ganze umfasse 2 Stunden. Dabei werden ein paar praktische Übungen durchgeführt. Zielpublikum sind Masterstudenten und Doktoranden aus der Physik mit grundlegenden C/C++ Kentnissen – wobei Kentnissen in objektorientierter...

C++ Vortrag: Grundlagen und Objektorientierte Prog...

Den folgenden Vortrag mit Titel “Grundlagen und Objektorientierte Programmierung” habe ich im Februar 2009 während eines mehrstündigen Workshops gehalten. Zwischendurch wurden noch praktische Übungen durchgeführt.   VortragCPP-2009-02-15.pdf (621,7 KiB)
Page 3 of 1612345...10...Last »