Effacer les filtres
Effacer les filtres

MATLAB 2019b Update 1 Function semilog doesn't work on macOS Catalina

2 vues (au cours des 30 derniers jours)
Yiqian Qian
Yiqian Qian le 26 Oct 2019
Commenté : Star Strider le 27 Oct 2019
When i am trying to plot semilog figures, the semilog* function works as no difference with the normal plot function.
My system is macOS Catalina, MATLAB version is 2019b update 1.

Réponse acceptée

Star Strider
Star Strider le 26 Oct 2019
It could be that your data values are not much different, so semilogx or semilogy may not seem different.
To test that hypothesis, try this and see if there is a difference between the figures:
x = linspace( 1, 10,10);
y = logspace(-2, 2, 10);
figure
plot(x, y)
grid
figure
semilogy(x, y)
grid
Experiment to get the result you want.
  12 commentaires
Yiqian Qian
Yiqian Qian le 27 Oct 2019
Thanks bro
Star Strider
Star Strider le 27 Oct 2019
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by