Feeds
답변 있음
How to get default position of figure to be left side monitor
Try normalizing the units first: f_pie=figure('Units', 'normalized', 'Position', [-1,0,0.8,1]); This should work also fo...
How to get default position of figure to be left side monitor
Try normalizing the units first: f_pie=figure('Units', 'normalized', 'Position', [-1,0,0.8,1]); This should work also fo...
대략 8년 전 | 0

