Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
BlockImporter[PrintSummary] - print a summary of the system data structure
Calling Sequence
PrintSummary( sys, opts )
Parameters
sys
-
record; system data
opts
(optional) equation(s) of the form option = value; specify options for the PrintSummary command
Description
The PrintSummary command prints a summary of a BlockImporter data structure. This command is only for display, it returns NULL.
The sys parameter is a record of the data structure, which is defined in BlockImporter[datastructure].
Options
compact = truefalse
Specifies how the elements of the fields of the data structure are printed. If true, then all the elements of a field are displayed on one line (which may wrap). If false, then each element is displayed on a separate line. The default is true.
Examples
Create an example of an imported data structure.
Print a summary of the data structure. By default the summary is printed in a compact form.
Equations [24]:
State Variables [3]:
Initial Equations [3]:
Source Equations [2]:
Input Variables [2]:
Output Variables [1]:
Parameters [2]:
Use the compact = false option to print an expanded form.
See Also
BlockImporter, BlockImporter[datastructure], BlockImporter[Import], BlockImporter[SimplifyModel]
Download Help Document