Random points between lines

Risposte (1)

Star Strider
Star Strider il 5 Gen 2020
On approach:
x = rand(1, 20)*20;
y = rand(1, 20)*30;
figure
plot(x, y, '.r')
hold on
plot([20 20], ylim, '-b')
hold off
xlim([0 40])

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Richiesto:

il 5 Gen 2020

Risposto:

il 5 Gen 2020

Community Treasure Hunt

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

Start Hunting!

Translated by