댓글 수: 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일

0 개 추천

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])

카테고리

도움말 센터File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기

태그

질문:

2020년 12월 17일

편집:

2020년 12월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by