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
Maplets[Display] - maplet の表示
使い方
Display(maplet)
パラメータ
maplet - maplet
説明
Display(maplet) 関数は、maplet を表示(実行)します。
返される結果は、maplet を閉じるコマンド Shutdown について指定されるオプションに依存して、次の値のいずれかを取ります; NULL、文字列、文字列のリスト、あるいは、文字列および文字列のリスト
maplet が表示される度に、この返される結果は変数 lastmaplet に割り当てられます。デバック目的、あるいは maplet の再実行のために、この変数へアクセスが可能です。
例
with(Maplets): with(Maplets[Elements]): maplet := Maplet( [["Hello world!"]] ): Display( maplet );
参照
Maplets パッケージの概要, Maplets[Elements][Shutdown], Maplets[Examples] パッケージの紹介, Maplets[Tools][lastmaplet]
Download Help Document