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
F-14 Longitudinal Model
NOTE: You will need to have an installed and functioning version of MATLAB® and Simulink® to run this example.
Section Layout
Import the System
Simulate the System
Import the Subsystem
Initialization
We import the model with the following command. We need to specify the name of the model to import, as well as a MATLAB script that initializes the variable names.
Using the Summary command, we can view the model that we have imported.
We can now simplify the model to reduce the number of equations.
First we take the system and build a set of differential equations, and assign the result to the variable sys.
The following table illustrates the different components of the variable sys1.
Differential Equations
Parameter values
Initial conditions
Equations for the sources (inputs)
List of sinks (outputs)
Using the information in the variable sys, we construct a simulation procedure.
Then we plot the simulation results.
First we want to close the Simulink model without saving it, so we can reload it with the subsystem. We send the command close_system('m_f14', 0) through the link to MATLAB.
We can import a subsystem from the model.
The set of equations are simplified and the simplified set of equations is printed using the PrintSummary command.
The differential equations are created.
The following table illustrates the different components of the variable sys2.
Download Help Document