Create semilogy plot with original values on Y-Axis

4 visualizzazioni (ultimi 30 giorni)
How may I vary the axis settings of the semilogy plot in a way that it depicts the 'original' (not log()) values? I attach an example of what I have in mind.
[The purpose of this is to make the log-scale more apparent in comparison to other, non-logarithmic graphs). Thank you so much, I appreciate your help!

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 28 Mar 2016
Modificato: Azzi Abdelmalek il 28 Mar 2016
set(gca,'ysclae','log')
  2 Commenti
Hannah W
Hannah W il 28 Mar 2016
Thank you very much for your help. Unfortunately it does not seem to work on my MATLAB 2015b... It says "There is no scale property on the Axes class." My code looks like this:
semilogy(X,Y,'Color',[1 0 0]); set(gca,'scale','log')
I have tried with the property 'YScale', with this one it runs ok but does not give the result needed. Can you maybe give me a hint what I do wrong here? Thank you so much!
Azzi Abdelmalek
Azzi Abdelmalek il 28 Mar 2016
What do you mean by the result needed?

Accedi per commentare.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by