how to plot x axis equal spaced ?

given x=[0.1,1,10,100], the corresponding y=[1,2,3,4,5] how to make the x-y plot x axis equal spaced? Thanks

Réponses (1)

Wayne King
Wayne King le 10 Fév 2012

0 votes

Since this sounds very much like a homework problem, I don't want to simply show the code, but look at your x-vector
x = [0.1 1 10 100];
what do all those numbers have in common? What do you have to raise 10 to get the first element, the second, etc.

Catégories

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

Tags

Question posée :

Jin
le 9 Fév 2012

Commenté :

le 5 Déc 2021

Community Treasure Hunt

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

Start Hunting!

Translated by