
VecNorm:它为使用较早于2017b版本的MATLAB计算vecnorm-MATLAB开发工具提供支持。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
The function calculates the vector norm of a given array, denoted as N. Specifically, N is defined as the vector norm of A, which can be computed in several ways. If A represents a vector, vecnorm returns the magnitude of that vector. When A is a matrix, vecnorm computes the norm (magnitude) of each column within the matrix. Furthermore, if A is a multi-dimensional array, vecnorm determines the norm along the first dimension that isnt of size one. In essence, vecnorm provides the 2-norm or Euclidean norm of the input array A.
全部评论 (0)
还没有任何评论哟~


