Plot array with increment
显示 更早的评论
I want to plot an array of random numbers with increment of 5 where y = [3 7 0 2 5] with x = [5 10 15 20 25]. The coordinate will become [5,3], [10,7] and etc.
回答(1 个)
Davide Masiello
2022-3-10
Just type
plot(x,y)
类别
在 帮助中心 和 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!