Plot function in matlab

Hi all, I would like to plot a graph with x axis as below. Is there any syntax that I can use to set it up? Thank you all.

Réponses (2)

Voss
Voss le 4 Déc 2021

0 votes

You can use loglog to get a plot with both axes in log scale or semilogx to get one with just the x-axis in log scale.
the cyclist
the cyclist le 4 Déc 2021
Modifié(e) : the cyclist le 4 Déc 2021

0 votes

You can use the loglog function to create a plot like that. See the documentation for details.
Also, for your future reference, you can take a look at the Plot Gallery for examples and code for different plot types.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Produits

Version

R2021a

Tags

Question posée :

le 4 Déc 2021

Modifié(e) :

le 4 Déc 2021

Community Treasure Hunt

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

Start Hunting!

Translated by