figure

조회 수: 6 (최근 30일)
R yan
R yan 2011년 7월 30일
I plotted a x^2 using ezplot. In the figure x^2 is also displayed. I dont want that to be displayed. I edited the figure but it disturbs the resolution. please suggest.
  댓글 수: 1
the cyclist
the cyclist 2011년 7월 30일
I don't understand your question very well. Can you please post the MATLAB code for what you are doing?

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 7월 30일
The 'x^2' is the title of the figure. I don't know why you wouldn't want it. Buy anyway, you can remove it.
ezplot('x^2');
title('');

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by