plotting

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...

Risposte (1)

Walter Roberson
Walter Roberson il 10 Mag 2011

0 voti

semilogy(A,B)
There is also a corresponding semilogx plotting function.

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Prodotti

Richiesto:

il 10 Mag 2011

Community Treasure Hunt

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

Start Hunting!

Translated by