Azzera filtri
Azzera filtri

Plotting circles horizontally through entire range of x values on a constant y value

2 visualizzazioni (ultimi 30 giorni)
How do i plot circles for the entire range of the x values for a constant y value instead of a horizontal line through the range of x values?

Risposta accettata

Star Strider
Star Strider il 2 Mag 2018
I am not certain what you want.
Try this:
x = rand(10,1);
y = ones(size(x))*0.5;
figure
plot(x, y, 'o')
  7 Commenti

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by