How to plot the maximum value as an "asterik" everything else is just a normal line?
Mostra commenti meno recenti
the maximum value as an "asterik" everything else is just a normal line
2 Commenti
Rik
il 16 Feb 2018
What do you mean? A line plot where one value should be plot with a marker as well?
Walter Roberson
il 16 Feb 2018
plot(x, y, 'k-', x_at_max, y_at_max, 'r*')
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!