How do I convert a linear scale array to a logarithmic without getting negative values?

10 Ansichten (letzte 30 Tage)
Hi All
I need to plot ( bar plot) values, and on the X axis , I want to convert them to logarithmic, but the values <1 become negative. how to avoid and fix it ?

Antworten (1)

madhan ravi
madhan ravi am 6 Jul. 2020
Replace < 1 with nan.
  14 Kommentare

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by