統計
MATLAB Answers
3 質問
0 回答
ランク
of 175,981
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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

