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
save 文
使い方
save name1, name2, ..., namek, fileName
パラメータ
name1, name2, ..., namek - 名前または記号; 1つまたは複数の指定された変数の列
fileName - 名前または文字列; 用いるファイル名
説明
save name1, name2, ..., namek, fileName 関数は指定された変数 name1, name2, ..., namek を割り当て文の列として fileName に書き込みます。特定 namei が割り当てられた値を持たないと、割り当て namei := namei が書き込まれます。
最後の引数を除くどの引数も「名前で評価され」ます。一方、最後の引数 (ファイル名) は完全に評価されます。
fileName が普通でない文字 (たとえば、 "/", "." など) を含んでいると、名前は文字列として入力されなければならず、2 重引用符で囲まれなければいけません。
fileName が文字 ".m" で終わっていると、namei と割り当てられた値は Maple の内部フォーマットのファイルに書き込まれます。そうでないと、Maple 言語フォーマットが用いられます。
ファイル名に関する情報は file を参照して下さい。
例
save a, b, c, "temp.m":
参照
anames, convert, file, lprint, name, read, savelib, writeto
Download Help Document