How to plot graph

Hi,
I’like to plot log graph in matlab.Can you help me? Example is below in file.
Thanks for answer.

3 commentaires

KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Oct 2018
Modifié(e) : KALYAN ACHARJYA le 5 Oct 2018
Which graph? Expression? Is it log base 10 or 2? or different
KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Oct 2018
Still no expression?

Connectez-vous pour commenter.

 Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Oct 2018
Modifié(e) : KALYAN ACHARJYA le 5 Oct 2018

1 vote

I have already answered the similar question, it's same. In 6 you have to change to 9
x=1:1:100;
log9(x)=log(x)/log(9)
y=log9(x);
plot(y);
Try to learn yourself, keep doing and trying

Plus de réponses (0)

Catégories

En savoir plus sur Networks dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by