Quaternion Function Reference

mrdivide

/ Matrix right divide
(Quaternion overloading of standard MATLAB® function)

Syntax

Y = A/B

Description

A/B computes matrix right divide. It is implemented for quaternion arrays only for the case where B is a scalar (that is a single quaternion 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 arrays if all other necessary functions are overloaded. An example is the MATLAB® cov function.

See Also

QTFM function: rdivide
MATLAB® function: mrdivide

© 2008-2013 Stephen J. Sangwine and Nicolas Le Bihan

License terms.