Minhee - MATLAB Central
photo

Minhee


Last seen: 約1年 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 11/23 to 03/25Use left and right arrows to move selectionFrom 11/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
0 回答

ランク
193,051
of 297,695

評判
0

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

回答採用率
20.0%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Add a red line on the graph
My current code is: num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; % assume 6-8% Discount_Rat...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to get y value?
How can I get Y value when X=900? Also, how to edit decimal point? I would like to present like 25.49

約1年 前 | 2 件の回答 | 0

2

回答

質問


Fill the graph with legend
I would like to fill the interval of lines with color like below graph. How can I legend the graph? num_simulations = 10...

約1年 前 | 3 件の回答 | 0

3

回答

質問


Add a line on the graph
How can I add the red line following the bar shape on the graph? (like below image) The code is: num_simulations = 100...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to solve the error for graph?
num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; % assume 6-8% Discount_Rate_max = 0.08; Discou...

約1年 前 | 3 件の回答 | 0

3

回答

質問


How can I plot the graph with the highest, lowest and middle values?
num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; % assume 6-8% Discount_Rate_max = 0.08; Discou...

約1年 前 | 3 件の回答 | 0

3

回答

質問


How to change the graph type
I would like to change a type of graph. Code is; num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; ...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to visualize histogram
num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; % assume 6-8% Discount_Rate_max = 0.08; Discou...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How can I set the histogram width
I want same distance between each bars. Now the distance between 1 and 10 is closer than that between 10 and 50 or 50 and 100....

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to solve this error?
num_samples = 10000; CAPEX_System_mean = 4200; CAPEX_System_std = 500; CAPEX_System_values = normrnd(CAPEX_System_mean, CAP...

1年以上 前 | 1 件の回答 | 0

1

回答