Removing extra white space on figure
    7 ビュー (過去 30 日間)
  
       古いコメントを表示
    
    Elham
 2022 年 7 月 26 日
  
    
    
    
    
    コメント済み: Francesco Pignatelli
 2022 年 7 月 26 日
            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 件のコメント
採用された回答
  Francesco Pignatelli
 2022 年 7 月 26 日
        When plotting, you can set after the plot command, the following:
ylim([0 valuethatyouwant])
5 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!