- `C = rdivide (A, B)``

Return the element-by-element right division of `A` and `B`.

This function and `A ./ B` are equivalent.

See also: `ldivide`, `mrdivide`, `times`, `plus`.

### References

- https://www.mathworks.com/help/matlab/ref/rdivide.html
- https://octave.sourceforge.io/octave/function/rdivide.html
