photo

Jacob Vialou-Clark


Last seen: 5년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
26,929
of 300,365

평판
1

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
2

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do I create and top and bottom surface on this 3D shape
xtailhorizontal = [0 30 30 -30 -30 0; 0 30 30 -30 -30 0]; ytailhorizontal = [55 65 70 70 65 55; 55 65 70 70 65 55]; ztailhoriz...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how do I convert my patch function into a surface function
I have this shape as a patch function, but in order for it to work with the rest of my project it has to be in the surf form. Is...

7년 초과 전 | 답변 수: 1 | 2

1

답변

질문


How do I add colour to the faces of a patched shape
figure(1) v = [0 -20 60; 0 -20 56; 50 -10 60; 50 -10 56; 55 0 60; 55 0 56; -55 0 60; -55 0 56; -50 -10 60; -50 -10 56]; f...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I make a solid triangular prism?
figure(1) v = [0 0 0; 5 5 0; 0 5 0; 0 0 2; 5 5 2; 0 5 2]; f = [1 2 5 4; 2 3 6 5; 1 3 6 4]; axes('XLim',[-7 7],'YLim',[0...

7년 초과 전 | 답변 수: 0 | 0

0

답변