how can i plot this equation?
조회 수: 2 (최근 30일)
이전 댓글 표시

댓글 수: 2
답변 (1개)
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])
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
