How to display the minimum value from in plot?
古いコメントを表示
I have write this code to show my result into plot :
figure, plot(mahal);
xlabel('Banyak Data'), ylabel('Hasil Pengukuran Mahalanobis');
xlim([1 imgcount]), ylim([0 0.5]), grid on
So my plot will be like this :

How can i display the additional information in my plot such as : "The minimum Value from the plot is Number of MyMinimumValue From Plot" ?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!