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[SimplifyModel] - simplify the equations of a BlockImporter system record
Calling Sequence
SimplifyModel( sys, opts )
Parameters
sys
-
record; system data
opts
(optional) equation(s) of the form option = value; specify options for the SimplifyModel command
Description
The SimplifyModel command simplifies the equations of a BlockImporter data structure.
The sys parameter is a record of the data structure, which is defined in BlockImporter[datastructure].
Options
inplace = truefalse
If true, the simplified equations replace the original equations in sys. If false, a new record is created and the original record is not modified. The default is false.
method = default or tryhard
Selects the method used to simplify the equations. The default is default.
Examples
Create an example of an imported data structure.
Equations [24]:
State Variables [3]:
Initial Equations [3]:
Source Equations [2]:
Input Variables [2]:
Output Variables [1]:
Parameters [2]:
Equations [4]:
See Also
BlockImporter, BlockImporter[datastructure]
Download Help Document