How to create an effective plot for showing ranges?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone, which plot do you believe is the most effective plot for showing a range? for instance showing that a series fluctuates between 450 and 950 with an average of 650? I found this on the net but I wonder how we can reproduce it in MATLAB?
Thanks!
4 件のコメント
Walter Roberson
2021 年 3 月 1 日
I do not recall having encountered a plot in MATLAB that looks like what the blog author constructs in Excel.
It would be possible to construct it in MATLAB using scatter() or plot() to put on the markers, plot() to put on the straight lines, and fill() to fill in the green areas.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!