Problem with the title of a graph
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
el 2 de Abr. de 2019
May with the following line:
title(['The graph of ',func2str(fun)])
madhan ravi
el 2 de Abr. de 2019
@Adriano: I suggest you to move your comment to the answer section below.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!