andop
This m-file can returns the angle scaled in decimals of degrees or dms system of the scalar product of two vectors. Both vectors must be of same length.
Syntax: function andop(A,B,s)
Inputs:
A and B - vectors of equal size.
s - angle scaled in decimals of degrees [=1(default)] or dms system [~=1]
Output:
x - angle in decimals of degrees or dms system of scalar product of the two vectors.
Cite As
Antonio Trujillo-Ortiz (2026). andop (https://www.mathworks.com/matlabcentral/fileexchange/12410-andop), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Version 2.0. Copyright. October 1, 2007 -- This new version can return the angle scaled in decimals of degrees or dms system of the scalar product of two vectors. The previous version 1.0, gave the angle scaled in decimals of degrees. -- |
