How to plot negative values while using loglog plots?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Log Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!