필터 지우기
필터 지우기

how can i plot this equation?

조회 수: 1 (최근 30일)
Haytham Ali
Haytham Ali 2020년 12월 17일
편집: Walter Roberson 2020년 12월 17일
  댓글 수: 2
Dyuman Joshi
Dyuman Joshi 2020년 12월 17일
what is the funtionc h(t)?
Haytham Ali
Haytham Ali 2020년 12월 17일
radius function

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

답변 (1개)

Walter Roberson
Walter Roberson 2020년 12월 17일
편집: Walter Roberson 2020년 12월 17일
h = @(t) [-t.^3-3*t+1, -asin(t)];
s = @(t) arrayfun(@(T) h(T) * [cos(2*pi*T) sin(2*pi*T)].', t);
fplot(s, [0 1])

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by