You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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://au.mathworks.com/matlabcentral/fileexchange/12410-andop), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (2.04 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 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. -- |
