Labels and Annotations - MATLAB & Simulink - MathWorks Labels and Annotations Add titles, axis labels, informative text, and other graph annotations Add a title, label the axes, or add annotations to a graph to help convey important information. You can create a legend to label plotted data series or add descriptive text next to data points. Labeling Data Points » File Exchange Pick of the Week ... Oct 13, 2017 · By making use of the Statistics and Machine Learning Toolbox, he provides different methods for detecting outliers, x = 0:0.01:1; y = (0:0.01:1)+rand (1,101); labs = 1:101; plot (x,y, 'o' ) labelpoints (x,y,labs, 'outliers_lin' , { 'sd', 1.5})
Add text descriptions to data points - MATLAB text - MathWorks Use \leftarrow to display a left-pointing arrow. x = 0:pi/20:2*pi; y = sin (x); plot (x,y) text (pi,0, '\leftarrow sin (\pi)') For a list of Greek characters and other TeX markup, see the Interpreter property description. Add Te...