How to plot graph
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
Réponse acceptée
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
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!