Loading...

matlab plot函数去白边

set(gca,'position',[0 0 1 1])
set(gca, 'Position', get(gca, 'OuterPosition') - get(gca, 'TightInset') * [-1 0 1 0; 0 -1 0 1; 0 0 1 0; 0 0 0 1]); 
posted @ 2021-05-18 15:54  iwehdio  阅读(102)  评论(0编辑  收藏  举报