How to plot negative values while using loglog plots?

1 回表示 (過去 30 日間)
Anshuman S
Anshuman S 2021 年 4 月 11 日
I'm using the following code.
a = [ 1 2 3 4 -1 -1 -3 -4 5 6 ]
b = [ 1 2 3 4 5 6 7 8 9 10 ]
loglog(b,a,'-o')
Warning: Negative data ignored

回答 (0 件)

カテゴリ

Help Center および File ExchangeLog Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by