ノルム
説明
例
四元数のノルムの計算
スカラー quaternion を作成し、そのノルムを計算します。
quat = quaternion(1,2,3,4); norm(quat)
ans = 5.4772
四元数のノルムは四元数の各部分の平方和の平方根として定義されます。四元数のノルムを明示的に計算し、関数 norm
の結果を検証します。
[a,b,c,d] = parts(quat); sqrt(a^2+b^2+c^2+d^2)
ans = 5.4772
入力引数
quat
— 四元数
quaternion
オブジェクト | quaternion
オブジェクトの配列
ノルムを計算する四元数。quaternion
オブジェクト、または任意の次元の quaternion
オブジェクトの配列として指定します。
出力引数
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
バージョン履歴
R2020a で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)