Borrar filtros
Borrar filtros

Problem with the title of a graph

1 visualización (últimos 30 días)
valerio auricchio
valerio auricchio el 2 de Abr. de 2019
Comentada: madhan ravi el 2 de Abr. de 2019
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 comentarios
Adriano Filippo Inno
Adriano Filippo Inno el 2 de Abr. de 2019
May with the following line:
title(['The graph of ',func2str(fun)])
madhan ravi
madhan ravi el 2 de Abr. de 2019
@Adriano: I suggest you to move your comment to the answer section below.

Iniciar sesión para comentar.

Respuesta aceptada

KSSV
KSSV el 2 de Abr. de 2019
Editada: KSSV el 2 de Abr. de 2019
title('The graph of (x^2-2)')

Más respuestas (0)

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by