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
Matlab[closelink] - close an open link to MATLAB session
Calling Sequence
closelink()
Description
The closelink command closes a MATLAB session linked to the current Maple session. Note that closing the session removes all data associated with that MATLAB session.
There are three ways of opening a MATLAB session from within Maple: using with(Matlab) to establish a link to all Matlab commands; using a specific Matlab command such as Matlab[fft]; or, using the openlink() command. The closelink command closes a link with a new MATLAB session no matter which method was used to start the MATLAB session.
After closing the link with MATLAB, you lose all access to the MATLAB data associated with that session. Any subsequent calls that use the Matlab library (for example, executing another Matlab[fft] command from within Maple) must open a new link.
If the MATLAB session is terminated while the link is still open, you must call closelink before establishing a new link.
Executing the closelink command returns a null.
Examples
Opening a link to a new MATLAB session
Closing the current link to MATLAB
See Also
Matlab[evalM], Matlab[getvar], Matlab[openlink], Matlab[setvar], with
Download Help Document