Hi,
I'd like to plot graph loga x (a=6). How can I plot it in Matlab?
Thanks for answer.

 Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 5 de Oct. de 2018
Editada: KALYAN ACHARJYA el 5 de Oct. de 2018

1 voto

x=1:1:100;
log6(x)=log(x)/log(6)
y=log6(x);
plot(y);

4 comentarios

Michal Mihocko
Michal Mihocko el 5 de Oct. de 2018
Thank you.
KALYAN ACHARJYA
KALYAN ACHARJYA el 5 de Oct. de 2018
Editada: KALYAN ACHARJYA el 5 de Oct. de 2018
Welcome
Michal Mihocko
Michal Mihocko el 5 de Oct. de 2018
Can you help me with another one? I think it is the same like example1 but with other number of base. Thanks
KALYAN ACHARJYA
KALYAN ACHARJYA el 5 de Oct. de 2018
Editada: KALYAN ACHARJYA el 5 de Oct. de 2018
It would be better if you post another new question so that others can answer you. Ans also share what you have tried so far to solve the question.

Iniciar sesión para comentar.

Más respuestas (1)

Michal Mihocko
Michal Mihocko el 5 de Oct. de 2018

0 votos

1 comentario

KALYAN ACHARJYA
KALYAN ACHARJYA el 5 de Oct. de 2018
Editada: KALYAN ACHARJYA el 5 de Oct. de 2018
post the question in new question, not in this section, so that other also can answer the question (maybe in better way)

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 5 de Oct. de 2018

Editada:

el 5 de Oct. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by