How to control Title/Xlabel/Ylabel?

87 ビュー (過去 30 日間)
Mohammed
Mohammed 2016 年 10 月 25 日
コメント済み: Mohammed 2016 年 10 月 25 日
I tried to use gca/gcf function to control (turn on/off title and change labels) but I wasn't able to navigate through it correctly. Any elaboration would be greatly appreciated! Here is the code;
x=normrnd(0,1,[1 50]);
lgd= qqplot(x)
Here is the illustration;

採用された回答

KSSV
KSSV 2016 年 10 月 25 日
x=normrnd(0,1,[1 50]);
lgd= qqplot(x)
title('')
xlabel('')
ylabel('')
  1 件のコメント
Mohammed
Mohammed 2016 年 10 月 25 日
I thought it is much more complicated than that. Thanks!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by