Division of two vectors - mrdivide

4 views (last 30 days)
Can you please tell me how works the operator "/" in this example? I don't know how I obtained this result... Thanks !
Example:
>> A=[1 2 3];
>> B=[2 3 4];
>> C=A/B
C =
0.6897

Accepted Answer

Sai Sri Pathuri
Sai Sri Pathuri on 29 Oct 2019

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!