|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBSCO_ocn874151093 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
140204t20112011gw a ob 001 0 ger d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCO
|d EBLCP
|d N$T
|d OCLCF
|d YDXCP
|d DEBSZ
|d OCLCQ
|d OCL
|d OCLCQ
|d OCLCO
|d OCL
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 866440471
|a 902988828
|
020 |
|
|
|a 9783486719932
|q (e-book)
|
020 |
|
|
|a 3486719939
|q (e-book)
|
020 |
|
|
|z 9783486705850
|
029 |
1 |
|
|a DEBBG
|b BV043030192
|
029 |
1 |
|
|a DEBBG
|b BV043780358
|
029 |
1 |
|
|a DEBSZ
|b 43157667X
|
029 |
1 |
|
|a DEBSZ
|b 446496758
|
035 |
|
|
|a (OCoLC)874151093
|z (OCoLC)866440471
|z (OCoLC)902988828
|
050 |
|
4 |
|a QA297
|b .M385 2011eb
|
072 |
|
7 |
|a TEC
|x 009000
|2 bisacsh
|
072 |
|
7 |
|a TEC
|x 035000
|2 bisacsh
|
082 |
0 |
4 |
|a 519.4028553042
|2 23
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a MATLAB - Simulink - Stateflow :
|b Grundlagen, Toolboxen, beispiele /
|c Dr.-Ing. Anne Angermann [and three others].
|
250 |
|
|
|a 7., aktualisierte Auflage.
|
264 |
|
1 |
|a Munich, Germany :
|b Oldenbourg Verlag,
|c 2011.
|
264 |
|
4 |
|c ©2011
|
300 |
|
|
|a 1 online resource (532 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
504 |
|
|
|a Includes bibliographical references and index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (ebrary, viewed February 3, 2014).
|
505 |
0 |
|
|a 1 Einführung; 2 MATLAB Grundlagen; 2.1 Erste Schritte mit Matlab; 2.1.1 Der Matlab-Desktop; 2.1.2 Die Matlab-Hilfe; 2.1.3 Zuweisungen; 2.1.4 Mathematische Funktionen und Operatoren; 2.2 Variablen; 2.2.1 Datentypen in Matlab; 2.2.2 Vektoren und Matrizen; 2.2.3 Mathematische Funktionen und Operatoren für Vektoren und Matrizen; 2.2.4 Strukturen; 2.2.5 Cell Arrays; 2.2.6 Verwalten von Variablen; 2.3 Ablaufsteuerung; 2.3.1 Vergleichsoperatoren und logische Operatoren; 2.3.2 Verzweigungsbefehle if und switch; 2.3.3 Schleifenbefehle for und while; 2.3.4 Abbruchbefehle continue, break und return.
|
505 |
8 |
|
|a 2.4 Der Matlab-Editor2.5 Matlab-Funktionen; 2.5.1 Funktionen mit variabler Parameterzahl; 2.5.2 Lokale, globale und statische Variablen; 2.5.3 Hilfetext in Funktionen; 2.5.4 Function Handles; 2.5.5 Funktionen als Inline Object; 2.5.6 P-Code und clear functions; 2.6 Code-Optimierung in Matlab; 2.6.1 Der Matlab-Profiler; 2.6.2 Optimierung von Rechenzeit und Speicherbedarf; 2.6.3 Tipps zur Fehlersuche; 2.7 übungsaufgaben; 2.7.1 Rechengenauigkeit; 2.7.2 Fibonacci-Folge; 2.7.3 Funktion gerade; 2.7.4 Berechnungszeiten ermitteln; 3 Eingabe und Ausgabe in MATLAB; 3.1 Steuerung der Bildschirmausgabe.
|
505 |
8 |
|
|a 3.2 Benutzerdialoge3.2.1 Text in Matlab (Strings); 3.2.2 Eingabedialog; 3.2.3 Formatierte Ausgabe; 3.3 Import und Export von Daten; 3.3.1 Standardformate; 3.3.2 Formatierte Textdateien; 3.3.3 Binärdateien; 3.4 Betriebssystemaufruf und Dateiverwaltung; 3.5 Grafische Darstellung; 3.5.1 Die Figure -- Grundlage einer Matlab-Grafik; 3.5.2 Achsen und Beschriftung; 3.5.3 Plot-Befehle für zweidimensionale Grafiken (2D-Grafik); 3.5.4 Plot-Befehle für dreidimensionale Grafiken (3D-Grafik); 3.5.5 Perspektive; 3.5.6 Importieren, Exportieren und Drucken von Grafiken; 3.6 Grafische Benutzeroberfläche (GUI).
|
505 |
8 |
|
|a 3.6.1 GUI-Layout3.6.2 GUI-Funktionalität; 3.6.3 GUI ausführen und exportieren; 3.6.4 Aufbau des Application-M-File; 3.7 Tipps rund um die Matlab-Figure; 3.8 Übungsaufgaben; 3.8.1 Harmonisches Mittel; 3.8.2 Einschwingvorgang; 3.8.3 Gauß-Glocke; 3.8.4 Spirale und Doppelhelix; 3.8.5 Funktion geradevek; 4 Differentialgleichungen in MATLAB; 4.1 Anfangswertprobleme (ODEs, DAEs und DDEs); 4.1.1 Gewöhnliche Differentialgleichungen (ODEs); 4.1.2 Differential-algebraische Gleichungen (DAEs); 4.1.3 Differentialgleichungen mit Totzeiten (DDEs); 4.1.4 Implizite Differentialgleichungen.
|
505 |
8 |
|
|a 4.2 Randwertprobleme für gewöhnliche Differentialgleichungen4.3 Partielle Differentialgleichungen (PDEs); 4.4 Übungsaufgaben; 4.4.1 Feder-Masse-Schwinger; 4.4.2 Elektrischer Schwingkreis; 4.4.3 Springender Ball; 4.4.4 Kettenlinie; 5 Regelungstechnische Funktionen -- Control System Toolbox; 5.1 Modellierung linearer zeitinvarianter Systeme als LTI-Modelle; 5.1.1 Übertragungsfunktion -- Transfer Function TF; 5.1.2 Nullstellen-Polstellen-Darstellung -- Zero-Pole-Gain ZPK; 5.1.3 Zustandsdarstellung -- State-Space SS; 5.1.4 Frequenzgang-Daten-Modelle -- Frequency Response Data FRD.
|
520 |
|
|
|a MATLAB - Simulink - Stateflow : Grundlagen, Toolboxen, Beispiele.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a MATLAB.
|
630 |
0 |
0 |
|a Stateflow.
|
630 |
0 |
0 |
|a SIMULINK.
|
630 |
0 |
7 |
|a MATLAB
|2 fast
|
630 |
0 |
7 |
|a SIMULINK
|2 fast
|
630 |
0 |
7 |
|a Stateflow
|2 fast
|
650 |
|
0 |
|a Computer simulation.
|
650 |
|
0 |
|a Digital computer simulation.
|
650 |
|
6 |
|a Simulation par ordinateur.
|
650 |
|
7 |
|a simulation.
|2 aat
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Engineering (General)
|2 bisacsh
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Digital computer simulation
|2 fast
|
650 |
|
7 |
|a Computer simulation
|2 fast
|
700 |
1 |
|
|a Angermann, Anne.
|
776 |
0 |
8 |
|i Print version:
|t MATLAB - Simulink - Stateflow : Grundlagen, Toolboxen, beispiele.
|b 7., aktualisierte Auflage.
|d Munich, Germany : Oldenbourg Verlag, ©2011
|h xiv, 518 pages
|z 9783486705850
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=674426
|z Texto completo
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1574917
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10829643
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 674426
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10914940
|
994 |
|
|
|a 92
|b IZTAP
|