How to plot more values and join them with line?

I have 8 values, that i need to plot and join. Values on the y axis, needs to be logaritmic values. It needs to look like on the picture.

回答 (1 件)

Star Strider
Star Strider 2017 年 10 月 13 日

0 投票

Try this:
figure(1)
semilogy(x, y, '-xk')
legend('h = 0.9', 'Location','SW')
xlabel('N')
ylabel('error')
grid

カテゴリ

ヘルプ センター および File ExchangeAnimation についてさらに検索

タグ

質問済み:

2017 年 10 月 13 日

回答済み:

2017 年 10 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by