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!