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
Units[GetUnit] - 単位情報の抽出
使い方
GetUnit(unit, opt1, opt2, ...)
パラメータ
unit - 記号;単位名
opt1, opt2 ... - オプション名で、ここで opt1, opt2, ... は abbreviation または abbreviations、context、 conversion、 default、 plural、 prefix、 spelling、 spellings、 symbol、 symbols のどれかです;与えられた単位のオプションを指定します。
説明
関数 GetUnit(unit) は、デフォルトの単位名と、関数 AddUnit のオプションとして与えた場合に単位の再構成に使われるものだけについて、オプションに関する式の並びを返します。
関数 GetUnit(unit, opt1, opt2, ...) は、 opti の値を表している式の列を返す。ただし、opti はオプション名である。 これにより、GetUnit(unit) の出力に含まれない情報を表示することができる。 各オプションの詳細については、Units,AddUnit を参照すると良いでしょう。
関数 GetUnit(unit, context) は unit の指定省略時の意味を決める便利な手段です。
例
with(Units): GetUnit(ounce[avoirdupois]);
GetUnit(ounce[avoirdupois], default, symbols, symbol);
GetUnit(ounce[US_liquid], default, symbols, symbol);
GetUnit(meter, spellings, spelling, plural);
GetUnit(atmosphere[technical]);
GetUnit(atmosphere[technical], symbol, abbreviation);
参照
Units, Units[AddUnit], Units[GetUnits], Units[HasUnit], Units/Overview
Download Help Document