move the axes to sit in the whole window

2 ビュー (過去 30 日間)
alex
alex 2014 年 9 月 15 日
コメント済み: alex 2014 年 9 月 15 日
Hello!
i want the begining of the axes (0,0) to be at the down and left corner of the window.
i want the axes to sit in the whole window.
axis([0 15000 0 10000])
axis off
hold on
plot(1000,3000,'r.','MarkerSize',20)
Any ideas?

採用された回答

Michael Haderlein
Michael Haderlein 2014 年 9 月 15 日
Dear Alex,
set(gca,'position',[0 0 1 1])
should do the job.
Best regards,
Michael
  1 件のコメント
alex
alex 2014 年 9 月 15 日
Thank you very much Michael! it is exactly what i wanted!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by