how to plot the magnitude of a vector ?

조회 수: 1 (최근 30일)
Mallouli Marwa
Mallouli Marwa 2016년 5월 6일
댓글: KSSV 2016년 5월 6일
i have a curve ([0:20:50000],x(:,3)) I want to calculate the magnitude of this curve, but i obtain zero. Th curve is attache
index=1;
for i=0:20:50000
xm=(max(x(:,3))-min(x(:,3)));
xlm(index)=xm;
index=index+1;
end
  댓글 수: 3
Azzi Abdelmalek
Azzi Abdelmalek 2016년 5월 6일
What is your definition of magnitude for this signal which is not periodic
KSSV
KSSV 2016년 5월 6일
What do you mean by magnitude? Is it that you want to calculate the length of the curve?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by