photo

Hazwan Arief


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
131,899
of 301,652

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,375

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,981

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How do you make vertical lines from the boundary plane of a plot to connect to the corners of its surface?
Here is the code for the plot figure axes xv = linspace(log(5e5), log(1e7), 100); yv = linspace(log(0.6), log(20...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How would I make this plot look nicer?
figure axes xv = linspace(log(5e5), log(1e7), 100); yv = linspace(log(0.6), log(2000), 100); [X, Y] = meshgrid(xv,...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Why is this wrong?
clear clc [X,Y]=meshgrid(log(5*10.^5):100000:log(10.^7),log(0.6):10:log(2000)); Z=log(((0.037.*(X.^0.8).*Y)/(1+(2...

8年弱 前 | 1 件の回答 | 0

1

回答