poster
2019-12-14, 20:13
我要做的就是使宽度更大而高度更小。我只是在做栅格图,但是这个问题适用于任何MATLAB figure 。我可以在创建图形时直接使用该图形手动调整其大小,但是我希望程序以正确的尺寸将其吐出。
回答:
这 (http://www.mathworks.com/matlabcentral/newsreader/view_thread/235879)可能对您有帮助吗?
hFig = figure(1); set(hFig, 'Position', [xy width height])
更多&回答... (https://stackoverflow.com/questions/5183047)
回答:
这 (http://www.mathworks.com/matlabcentral/newsreader/view_thread/235879)可能对您有帮助吗?
hFig = figure(1); set(hFig, 'Position', [xy width height])
更多&回答... (https://stackoverflow.com/questions/5183047)