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
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