Hi, How can I make the axis look like in the attached figures?

1 Ansicht (letzte 30 Tage)

Akzeptierte Antwort

SALAH ALRABEEI
SALAH ALRABEEI am 20 Jun. 2021
See this example
x = linspace(-5,5); y = x.^2; plot(x,y)
xticks([-5 -2.5 -1 0 0.25 0.5 0.75 1 2.5 10])
text(0,15,'$\frac{5\%}{20 s}$','interpreter','latex')

Weitere Antworten (1)

Jonas
Jonas am 19 Jun. 2021
what do you mean exactly? if you mean the logarithmic x axis then you can use semilogx() function for plotting

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by