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

8 views (last 30 days)
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 ?

Answers (1)

madhan ravi
madhan ravi on 6 Jul 2020
Replace < 1 with nan.
  14 Comments

Sign in to comment.

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!