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
Davide Masiello 2022 年 3 月 10 日

0 投票

Just type
plot(x,y)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

質問済み:

2022 年 3 月 10 日

回答済み:

2022 年 3 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by