photo

seongjin park


Last seen: 1 month 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答