Removing extra white space on figure
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Elham
am 26 Jul. 2022
Kommentiert: Francesco Pignatelli
am 26 Jul. 2022
Is there a way to get rid of the extra space below the spectrum so that it starts at 0? This seems to only occur for some of the figures I plot.
0 Kommentare
Akzeptierte Antwort
Francesco Pignatelli
am 26 Jul. 2022
When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
5 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!