photo

Jacob Vialou-Clark


Last seen: 5年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
26,929
of 300,343

評判
1

コントリビューション
4 質問
0 回答

回答採用率
25.0%

獲得投票数
2

ランク
 of 20,926

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,172

コントリビューション
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

回答