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
Using the Variable Manager
Through the Variable Manager you can display all variables used in your current Maple session or select a subset of those variables for view. You can also view values assigned to these variables through the palette. For more information on the Variable Manager, see Variable Manager.
Displaying assigned values
To display the value assigned to a variable:
In the Variable Manager, select a variable.
The value assigned to the variable is displayed in the View window. To launch the View window, do one of the following:
Double-click on the variable
At the bottom left corner of the palette window, click the View button.
Right-click, then select View
Hiding a variable
To hide a variable in the Variable Manager:
To hide the variable, do one of the following:
Right-click, then select Hide.
At the bottom of the palette window, click the Hide button.
Filtering variables displayed in the Variable Manager palette
Through the Variable Manager you can choose to filter the list of all the active variables in your Maple session, so that only a portion of these variables are visible. To filter variables in the Variable Manager:
At the bottom of the palette window, click the Filter button.
In the Show Variables window, clear the boxes corresponding to the variables you want to hide.
Click OK.
Unassigning values from variables
To unassign a value from a variable:
In the Variable Manager, right-click on a variable.
Click Unassign
The value is no longer assigned to the variable in the current Maple worksheet.
Manually adding variables to the Variable Manager
Global variables assigned within a procedure and variables that are passed by reference to a procedure, must be added manually to the Variable Manager.
To manually add a variable:
Execute the procedure that contains the variable you want to add to the Variable Manager.
Right-click anywhere in the Variable Manager palette.
Select Add...
Type the name of the variable you want to add and click OK.
Notes
The Variable Manager is updated automatically when you switch tabs in a Maple session. To prevent the automatic update, collapse the palette.
Variables in the startup code will appear, by default, in the Variable Manager.
If you are writing Maple programs in the worksheet, you can use the Variable Manager to perform a visual inspection of the values assigned to the variables in your code as part of your debugging.
See Also
assignment, Show Palettes, unassign, Variable Manager
Download Help Document