필터 지우기
필터 지우기

How to control Title/Xlabel/Ylabel?

조회 수: 88 (최근 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 CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by