필터 지우기
필터 지우기

Problem with the title of a graph

조회 수: 3 (최근 30일)
valerio auricchio
valerio auricchio 2019년 4월 2일
댓글: madhan ravi 2019년 4월 2일
I want to write on the title pf the graph the function that i'm plotting, the function is insert in the command window.
fun=x^2-2;
title(['The graph of ',fun])
  댓글 수: 2
Adriano Filippo Inno
Adriano Filippo Inno 2019년 4월 2일
May with the following line:
title(['The graph of ',func2str(fun)])
madhan ravi
madhan ravi 2019년 4월 2일
@Adriano: I suggest you to move your comment to the answer section below.

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

채택된 답변

KSSV
KSSV 2019년 4월 2일
편집: KSSV 2019년 4월 2일
title('The graph of (x^2-2)')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Directed Graphs에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by