Figure Properties - Syntax doubt
古いコメントを表示
In Matlab help, in the Figure properties there's this example:
fig = figure;
u = fig.Units;
fig.Units = 'inches';
My question is: why do I need u = fig.Units; if I can get an handle to the properties using fig.propertie='value'?
Thank you
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!