Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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