Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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