photo

seongjin park


Last seen: etwa ein Monat vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort