2016-08-23 131 views
0

我可以讓MATLAB中的「控制手柄」更大嗎? 他們曾經很好,很大,但現在他們非常小,我根本無法點擊它們!放大Matlab圖形控制手柄?

enter image description here

Matlab的R2014b在Ubuntu 14.04

64位你會看到他們是微乎其微藍色小點在8個角的軸/邊緣。

回答

0

OK,我發現它最終我不得不增加我的默認數字DPI設置,如:

get(0) 

    CallbackObject: [] 
      Children: [] 
     CurrentFigure: [] 
FixedWidthFontName: 'Courier New' 
    HandleVisibility: 'on' 
    MonitorPositions: [3x4 double] 
      Parent: [] 
    PointerLocation: [673 377] 
     ScreenDepth: 24 
ScreenPixelsPerInch: 30 
     ScreenSize: [1 1 2560 1600] 
    ShowHiddenHandles: 'off' 
       Tag: '' 
       Type: 'root' 
       Units: 'pixels' 
      UserData: [] 


set(0,'ScreenPixelsPerInch',90) 

其中給出合理大小的手柄。