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

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 10월 5일
편집: KALYAN ACHARJYA 2018년 10월 5일
Which graph? Expression? Is it log base 10 or 2? or different
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 10월 5일
Still no expression?

댓글을 달려면 로그인하십시오.

 채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 10월 5일
편집: KALYAN ACHARJYA 2018년 10월 5일

1 개 추천

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에서 Networks에 대해 자세히 알아보기

태그

질문:

2018년 10월 5일

다시 열림:

2018년 10월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by