How to plot A Curve That Connects The Highest Values in Y-Axis
2 ビュー (過去 30 日間)
古いコメントを表示
Can anyone please help me to create the curve as below. I'm looking for away to plot the highest point at y-axix for all x-axis. I attached my data and plot as below.
scatter(MaT_All(:,18), MaT_All(:,17))
![Capture.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/216800/Capture.jpeg)
2 件のコメント
採用された回答
Naman Bhaia
2019 年 4 月 29 日
Hello Yaser,
I believe the issue you are facing can be solved in two steps:
- Find the maximum value corresponding to each value of x. For this, you can visit this MATLAB Answer thread and see if it helps.
- Plot the values found in the previous step to form the upper boundary .
1 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!