How to plot graph

4 vues (au cours des 30 derniers jours)
Michal Mihocko
Michal Mihocko le 5 Oct 2018
Rouvert : Michal Mihocko le 5 Oct 2018
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
Still no expression?
Michal Mihocko
Michal Mihocko le 5 Oct 2018

Connectez-vous pour commenter.

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 5 Oct 2018
Modifié(e) : KALYAN ACHARJYA le 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
  1 commentaire
Michal Mihocko
Michal Mihocko le 5 Oct 2018
thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Networks dans Help Center 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