logarithmic scale on MATLAB

4 views (last 30 days)
Mahmoud Khadijeh
Mahmoud Khadijeh on 26 Feb 2020
Commented: Aditya Prasad on 29 Sep 2022
Hello,
I have a question regarding plotting my data in a logarithmic scale by using MATLAB.
My results on MATLAB without using the logarithmic scale
My results on Excel with the logarithmic scale
Is it possible to change x-axis in MATLAB like EXCEL to the logarithmic scale since the results will be more clear . ?
Best,

Accepted Answer

David Hill
David Hill on 26 Feb 2020
semilogx();
  1 Comment
Aditya Prasad
Aditya Prasad on 29 Sep 2022
can you change the base of the log in this

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import from MATLAB 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!