Random points between lines
显示 更早的评论
回答(1 个)
Star Strider
2020-1-5
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])
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
