Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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