Problem with the title of a graph
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Adriano Filippo Inno
il 2 Apr 2019
May with the following line:
title(['The graph of ',func2str(fun)])
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!