Borrar filtros
Borrar filtros

plotting

1 visualización (últimos 30 días)
osman yurdakul
osman yurdakul el 10 de Mayo de 2011
hi friends,
i have 2 array:
A = [15 22.5 33.75];
B = [0.01 0.011 0.094];
i want to plot as semilog...y axis is B and x axis is A
please help me...

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Mayo de 2011
semilogy(A,B)
There is also a corresponding semilogx plotting function.
  1 comentario
osman yurdakul
osman yurdakul el 10 de Mayo de 2011
thank you for helping

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by