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
CodeTools[DecodeName] - decode an encoded procedure name for use with the CodeTools package
Calling Sequence
DecodeName(e, opts)
Parameters
e
-
name encoded using the CodeTools[EncodeName] command
opts
equation(s) of the form output=value where value is one of string or name; specify the type of output
Description
The DecodeName(e) command decodes e into a procedure name.
If you specify the optional argument output = string, the decoded name returns as a string. The string represents the fully qualified version of the specified name.
Encoded names can be created using CodeTools[EncodeName] function. They also occur occasionally in data returned from CodeTools functions.
Encoding and decoding names is generally only required if you want to interact with the data used in the CodeTools subpackages directly. If the provided functions are sufficient for your purposes, you may not need to use the DecodeName and EncodeName functions.
Examples
See Also
CodeTools, CodeTools[EncodeName], CodeTools[Profiling][Build], CodeTools[Profiling][GetProfileTable], CodeTools[Profiling][Remove], CodeTools[Profiling][Select]
Download Help Document