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
lastmaplet
説明
Display 手続きを用いて maplet が表示されるたびに、その maplet は大域変数 lastmaplet に割り当てられます。これは、変数 lastmaplet に maplet の定義が割り当てられるということを意味します。大域変数 lastmaplet は、最後に表示された maplet のデバッグ、あるいは表示を行うために使用が可能です。
例
with(Maplets[Elements]): maplet := Maplet( [["Hello world"]] ): assigned( lastmaplet );
false
Maplets[Display]( maplet );
assigned( lastmaplet );
true
Maplets[Display](lastmaplet);
参照
assigned, Maplets パッケージの概要, Maplets[Display], Maplets[Elements] パッケージの紹介, Maplets[Elements][Maplet], Maplets[Tools] パッケージの紹介
Download Help Document