Tutorials
The following tutorials are used as learning ressources in Master's modules at the University of Applied Science Kaiserslautern.
MATLAB Tutorial »
Last updated: January 2021This tutorial gives a brief introduction to the MATLAB language using as environment MATLAB 2020. Basic MATLAB syntax (variables, operators, input, output, arrays, matrices, functions, plotting) is illustrated using small examples that are saved as MATLAB scripts, for example test_hello.m, test_output.m. Most of the examples will also run in the open source software Octave.
Used in Master's module Numerical Methods.MATLAB Quiz »
Last updated: February 2021Test your basic understanding of MATLAB Development Environment and language syntax. This quiz consists of seven questions, each with three to four possible answers, and there may be multiple correct or incorrect answers. Check those answers that you think are correct. If you have answered at least 50% of the answers correctly, you are prepared to take MATLAB a step further, for example by taking the course "Numerical Methods". Have fun!
Used for exam preparation in Master's module Numerical Methods.SQL-Tutorial (Deutsch) »
Last updated: January 2021Das SQL-Tutorial gibt eine Übersicht über die wichtigsten SQL-Befehle. Die Beispiele beziehen sich auf eine University-Datenbank, die die Daten über Studiengänge, Module, Studenten und Prüfungen in einer Universitätsumgebung verwaltet, und die als Datenhaltungsschicht für eine Webanwendung verwendet werden soll.
Used in Master's Module Database Systems.