photo

seongjin park


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


What is problem to make space curve [2*cos(t),2*sin(t),5]?
>> t = 0:pi/10:pi; >> plot3(2*cos(t),2*sin(t),5) Error occurred while using: plot3 Vectors should be the same length. What s...

4 years ago | 2 answers | 0

2

answers

Question


plot3를 이용하여 [2*cos(t),2*sin(t),5] 공간곡선 그리기
>> t = 0:pi/10:pi; >> plot3(2*cos(t),2*sin(t),5) 다음 사용 중 오류가 발생함: plot3 벡터들의 길이는 같아야 합니다. 이렇게 뜨는데 어떻게 변경해야 할까요??

4 years ago | 1 answer | 0

1

answer