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.
引用格式
Antonio Trujillo-Ortiz (2024). andop (https://www.mathworks.com/matlabcentral/fileexchange/12410-andop), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Linear Algebra >
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
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. -- |