MATLAB: Is RQ decomposition function available in MATLAB

MATLAB

I would like to use RQ decomposition for my application, but the QR function in MATLAB only performs QR decomposition.

Best Answer

The RQ decomposition function is not available in MATLAB 7.6 (R2008a).
As a workaround, refer to the following submission in MATLAB central :
<http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16536>
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.