How to create multiple cdfplot in one graph?
Mostrar comentarios más antiguos
I have tried to create a multiple cdfplot in one graph as below but I need an efficient way since I'm using this in a big matrix and would you please show how to include the legend as well please.
figure
for ki = 1:size(NPV_all,2)
cdfplot(NPV_all(:,ki)); hold on
end
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Exploration and Visualization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!