RDIVIDE Overloaded Right Divide Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked when two variables are divided and is invoked when you callc = rdivide(a,b)
or for
c = a ./ b
Section: Object Oriented Programming
c = rdivide(a,b)
or for
c = a ./ b