how can i make an axis logarithmic

3 views (last 30 days)
Cem Eren Aslan
Cem Eren Aslan on 20 Jan 2022
Commented: Cem Eren Aslan on 20 Jan 2022
Hello all,
i want to plot a graph and an axis of this graph must be logarithmic. how can i do that?
thanks

Answers (1)

KSSV
KSSV on 20 Jan 2022
Read about loglog.
  1 Comment
Cem Eren Aslan
Cem Eren Aslan on 20 Jan 2022
thanks. i solve the problem at another forum.
set(gca, 'XScale', 'Log')

Sign in to comment.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!