mldivide, \
Syntax
Description
Examples
Create a 2-by-1 quaternion array, and left divide it by a real scalar.
A = quaternion([1:4;5:8])
A = 2×1 quaternion array
1 + 2i + 3j + 4k
5 + 6i + 7j + 8k
B = 2; C = A\B
C = 2×1 quaternion array
0.066667 - 0.13333i - 0.2j - 0.26667k
0.057471 - 0.068966i - 0.08046j - 0.091954k
Create a 2-by-2 quaternion array, and left divide it by a quaternion scalar.
q1 = quaternion(magic(4)); A = reshape(q1,2,2)
A = 2×2 quaternion array
16 + 2i + 3j + 13k 9 + 7i + 6j + 12k
5 + 11i + 10j + 8k 4 + 14i + 15j + 1k
B = quaternion([1:4])
B = quaternion
1 + 2i + 3j + 4k
C = A\B
C = 2×2 quaternion array
0.18493 + 0.13014i + 0.061644j + 0.11644k 0.2871 + 0.074194i + 0.080645j + 0.048387k
0.2871 - 0.054839i + 0.10645j - 0.0032258k 0.18493 - 0.14384i + 0.11644j + 0.0068493k
Input Arguments
Divisor, specified as a quaternion object, an
array of quaternion objects, a real numeric scalar, or an array of real
numbers. Numeric values must be of data type single or
double.
At least one of A and B must a
scalar.
Dividend, specified as a quaternion object, an
array of quaternion objects, a real numeric scalar, or an array of real
numbers. Numeric values must be of data type single or
double.
At least one of A and B must a
scalar.
Output Arguments
Result of quaternion left division, returned as a quaternion object or an
array of quaternion objects.
Algorithms
Given a quaternion and a real numeric scalar p,
Note
For a real numeric scalar p, A\p =
p/A.
Given two quaternions A and B,
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
GPU Code Generation
Generate CUDA® code for NVIDIA® GPUs using GPU Coder™.
Version History
Introduced in R2024a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.
América
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- 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)