About the Number property of figure function
6 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Adam
2016-7-21
'Number' is a read-only property.
You can call:
hFig = figure( 3 ); set( hFig, 'Position', [9 39 900 300], 'Name', 'Velocity');
though beware that the instruction:
figure(3)
will either create a new figure or, if a figure 3 already exists it will simply bring this existing figure into focus and then act upon that.
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!