andop

Angle of the scalar product of two vectors.
1.3K Downloads
Updated 2 Oct 2007

View License

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 (2024). andop (https://www.mathworks.com/matlabcentral/fileexchange/12410-andop), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
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. --