how to force a scientific notation in a graph?

My current X-axis values are: 0.1, 1, 10, 100, 1000, 1e4, 1e5 but I want to represent these values as 10^-1, 10^0, 10^1, 10^2... Please help me on how to go about it.

5 Comments

jonas
jonas on 30 Jul 2018
Edited: jonas on 30 Jul 2018
10^x seems to be the standard notation if you set the axis to logscale in release 2018a. How did you generate your graph?
https://sourceforge.net/projects/drfit/ I used this software to generate the graph.
jonas
jonas on 30 Jul 2018
Edited: jonas on 30 Jul 2018
Did you use that software to generate data or have you made the actual graph with that software?
My advice after reading about the output of that software. Use the xls-option then import the data to matlab and make the graph from scratch.
I used the software. Thank you, I will do so.
oki! let me know if you still end up with wrong tickformat.

Sign in to comment.

Answers (0)

Categories

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

Asked:

on 30 Jul 2018

Commented:

on 30 Jul 2018

Community Treasure Hunt

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

Start Hunting!