plot a graph in matlab

Dear everyone, Do you know how to plot this kind of graph in Matlab. Which function should I use. Thanks

 Accepted Answer

Star Strider
Star Strider on 31 Aug 2016

0 votes

You would have to use a combination of the plot (using semilogx) and patch plots, and text objects. That graph would require a significant coding effort.
I wish you luck with it.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!