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.

 采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018-10-5
编辑:KALYAN ACHARJYA 2018-10-5
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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by