Minhee
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
231.674
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
9 meses hace | 2 respuestas | 0
2
respuestasPregunta
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
9 meses hace | 2 respuestas | 0
2
respuestasPregunta
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...
10 meses hace | 3 respuestas | 0
3
respuestasPregunta
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...
10 meses hace | 2 respuestas | 0
2
respuestasPregunta
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...
10 meses hace | 3 respuestas | 0
3
respuestasPregunta
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...
11 meses hace | 3 respuestas | 0
3
respuestasPregunta
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; ...
11 meses hace | 2 respuestas | 0
2
respuestasPregunta
How to visualize histogram
num_simulations = 10000; %Common parameters Discount_Rate_min = 0.06; % assume 6-8% Discount_Rate_max = 0.08; Discou...
11 meses hace | 2 respuestas | 0
2
respuestasPregunta
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....
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to solve this error?
num_samples = 10000; CAPEX_System_mean = 4200; CAPEX_System_std = 500; CAPEX_System_values = normrnd(CAPEX_System_mean, CAP...
12 meses hace | 1 respuesta | 0