andop

Angle of the scalar product of two vectors.
1.3K 次下载
更新时间 2007/10/2

查看许可证

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 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 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. --