photo

Minhee


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
134,264
of 300,379

REPUTATION
0

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 2 answers | 0

2

answers

Question


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 year ago | 3 answers | 0

3

answers

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 3 answers | 0

3

answers

Question


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...

2 years ago | 3 answers | 0

3

answers

Question


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; ...

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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....

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer