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일

5 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Text Analytics Toolbox에 대해 자세히 알아보기

질문:

2016년 10월 25일

댓글:

2016년 10월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by