Plot a row with different color
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Asim Ismail
el 12 de Mayo de 2017
Editada: Asim Ismail
el 12 de Mayo de 2017
I have a simple 10x2 matrix with random values, scattered in a plot
a=rand(10, 2)*10;
scatter(a(:, 1),a(:, 2))
Suppose somehow I got values of a row, without knowing which row exactly it is, is there a way to draw the plot again, but this time the certain row will be painted in a different color than the others?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!