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 Comments

KALYAN ACHARJYA
KALYAN ACHARJYA on 5 Oct 2018
Edited: KALYAN ACHARJYA on 5 Oct 2018
Which graph? Expression? Is it log base 10 or 2? or different
Still no expression?

Sign in to comment.

 Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 5 Oct 2018
Edited: KALYAN ACHARJYA on 5 Oct 2018
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

More Answers (0)

Categories

Find more on Networks in Help Center and File Exchange

Tags

Asked:

on 5 Oct 2018

Reopened:

on 5 Oct 2018

Community Treasure Hunt

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

Start Hunting!