Problem with the title of a graph
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Adriano Filippo Inno
le 2 Avr 2019
May with the following line:
title(['The graph of ',func2str(fun)])
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!