Quaternion Function Reference

mrdivide

/ Matrix right divide
(Quaternion and octonion overloadings of standard MATLAB® function)

Syntax

Y = A/B

Description

A/B computes matrix right divide. It is implemented for quaternion and octonion arrays only for the case where B is a scalar (that is a single quaternion/octonion or numeric value). In this case, the result is exactly the same as that given by the elementwise right divide (./). The reason for implementing this function is that some MATLAB® code uses / when ./ should have been used. The existence of this function in the toolbox makes it possible for MATLAB® functions to work on quaternion/octonion arrays if all other necessary functions are overloaded. An example is the MATLAB® cov function.

See Also

QTFM function: rdivide
MATLAB® function: mrdivide

(c) 2008-2016 Stephen J. Sangwine and Nicolas Le Bihan

License terms.