How to plot negative values while using loglog plots?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm using the following code.
a = [ 1 2 3 4 -1 -1 -3 -4 5 6 ]
b = [ 1 2 3 4 5 6 7 8 9 10 ]
loglog(b,a,'-o')
Warning: Negative data ignored
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/579772/image.jpeg)
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Log Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!