Die ComplexVisual Toolbox für Matlab
Erklärung
In vielen Beispielen des Zusatzangebots "Funktionentheorie am Computer erkunden" wurde/wird
die ComplexVisual Toolbox für Matlab verwendet.
Diese Toolbox wird begleitend zur Vorlesung weiterentwickelt. Die aktuelle Version kann
auf dieser Seite heruntergeladen werden.
Download
- ComplexVisual_V1.01.zip
- alte Versionen: ComplexVisual_V1.00.zip, ComplexVisual_V0.99.zip, ComplexVisual_V0.98.zip, ComplexVisual_V0.96.zip, ComplexVisual_V0.95.zip, ComplexVisual_V0.9.zip, ComplexVisual_V0.8.zip, ComplexVisual_V0.7.zip, ComplexVisual_V0.6.zip, ComplexVisual_V0.5.zip, ComplexVisual_V0.4.zip, ComplexVisual_V0.3.zip, ComplexVisual_V0.2.zip
Kompatibilität
- Es wird versucht, die ComplexVisual Toolbox so zu programmieren, dass sie mit möglichst vielen Matlab-Versionen lauffähig ist.
- Sollte es trotzdem bei älteren Matlab-Versionen (z.B. R2009a) Probleme geben, dann bitte (z.B. per email) Bescheid geben.
Installation
- zip Datei (z.B. im Home-Verzeichnis) auspacken; alle Dateien werden in ein Unterverzeichnis mit Namen
ComplexVisual
ausgepackt.
- Matlab's Suchpfad so erweitern, dass das dieses Verzeichnis gefunden wird:
ggf. bei "Save" das Home-Verzeichnis wählen, um die pathdef.m
Datei zu speichern.
- Mit dem Matlab-Befehl
ver
kontrollieren, ob ComplexVisual Toolbox aufgelistet wird.
Hinweis:
Für mehr Informationen zum Suchpfad, unter Matlab folgendes Kommando eingeben:
web(['jar:file://',matlabroot,'/help/techdoc/help.jar!/matlab_env/br7ppws-1.html'], '-helpbrowser')
Hilfe
Mit
help ComplexVisual
erhält man eine thematisch sortierte Übersicht der aktuell verfügbaren Befehle der Toolbox
(oben stehen die einfach zu verwendenden, z.B.
GUIphaseportrait
).
Beispiele
Als Einstieg eignen sich auch die Beipsiele, die unter
Beispiele zu finden
sind.
Lizenz
Die ComplexVisual Toolbox steht unter folgender BSD-Lizenz:
The ComplexVisual Matlab-Toolbox (BSD) License
--------------------------------------------------------------------
The ComplexVisual Matlab-Toolbox
Copyright (c) 2011, C. Ludwig <ludwig@ma.tum.de>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above
copyright notice, this list of conditions and the following
disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.
* Neither the name(s) of the copyright holders nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------