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
read 文
使い方
read filename
説明
read 文は、Maple 言語のファイルを Maple へ読み込むのに使われます。
ファイル名が文字 ".m" で終わる場合は、ファイルは Maple の内部書式と仮定されます。ファイルに保存されている内容が Maple に読み込まれ、使用可能となります。この機能は、エンドユーザが使用するためのものではありません。
ファイルが Maple 言語書式ならば、ファイルの中の文が読まれ、タイプ入力されているかのように実行されます。しかし、interface(echo) が 2 かそれ以上に設定されてないかぎり、ディスプレーにエコーされません。
ファイル名に普通でない文字( "/", ".", 他)を含んでいる場合には、名前はクォートで囲まなければいけません。ファイル名に関するより詳しい情報は file を参照して下さい。
例
read "lib/f.m"; read temp; read "temp.m";
参照
save, file, convert, name, interface
Download Help Document