How can i plot circle markers in plotty command?

2 ビュー (過去 30 日間)
Volkan Yangin
Volkan Yangin 2015 年 12 月 7 日
回答済み: Walter Roberson 2015 年 12 月 7 日
figure
[h1 h2] = plotyy(n_motor_yeni,abs(Ne_yeni),tum_veriler_tamyukdevirvolkan,tum_veriler_tamyukgucvolkan)
set(h1,'Marker', 'o' )
set(h2,'linestyle', '-' )
i want to plot "h1" with circles and "h2" with '-' type line. How can i do it?

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 12 月 7 日
plotyy(n_motor_yeni, abs(Ne_yeni), 'o', tum_veriler_tamyukdevirvolkan, tum_veriler_tamyukgucvolkan, '-');

カテゴリ

Help Center および File ExchangeTwo y-axis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by