Norm function for 2 variables
古いコメントを表示
What does norm[26.6906 8.5155] will return and what exactly is happening in it?
回答 (1 件)
gonzalo Mier
2019 年 6 月 26 日
0 投票
n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
カテゴリ
ヘルプ センター および File Exchange で Special Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!