DATA POINT in vertical direction

Ηi friends i have a matrix from a few of points i want to plot this data in parallel with y direction only.
thank you

3 件のコメント

Geoff Hayes
Geoff Hayes 2018 年 3 月 21 日
編集済み: Geoff Hayes 2018 年 3 月 21 日
George - can you provide an example of your data? If you have
y = [1 2 3 4 5];
then do you want to plot as
x = repmat(2,size(y)); % example only, plotting at x=2
plot(x,y);
Please clarify.
george veropoulos
george veropoulos 2018 年 3 月 21 日
thank you your example id good i have an other question how i can put points not a Continuous line ?
Von Duesenberg
Von Duesenberg 2018 年 3 月 21 日
Try:
plot(x,y,'ro')

サインインしてコメントする。

回答 (1 件)

george veropoulos
george veropoulos 2018 年 3 月 21 日

0 投票

thank i test it ...work

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

タグ

質問済み:

2018 年 3 月 21 日

回答済み:

2018 年 3 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by