Is there any function for calculating the size of a position vector in matlab?

조회 수: 4 (최근 30일)
Reza Partovi
Reza Partovi 2019년 2월 27일
답변: Kevin Phung 2019년 2월 27일
I have a vetor like (x,y,z) which is showing a point in the space. The size of this vector is sqrt(x^2+y^2+z^2). Is there any function for this in matlab?

답변 (1개)

Kevin Phung
Kevin Phung 2019년 2월 27일
use the norm() function.
example:
norm([1 2 3])
ans =
3.7417

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by