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

Retorna a divisão direita de `A` e `B` elemento por elemento.

Esta função e `A ./ B` são equivalentes.

Veja também: `ldivide`, `mrdivide`, `times`, `plus`.

### Referências

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