Graph Plotting of Approximate(Numerical) and Exact solution
Afficher commentaires plus anciens

Please I want to plot a Graph of exact solution and numerical solution.
1 commentaire
Dyuman Joshi
le 11 Fév 2023
plot will be helpful in that.
Réponses (1)
Bhanu Prakash
le 16 Fév 2023
Modifié(e) : Bhanu Prakash
le 23 Fév 2023
0 votes
Hi Maduka,
As per my understanding, you are trying to plot a graph of exact solution and numerical solution.
For plotting them, you can use the “plot” function in MATLAB. If you want to plot the two solutions separately and group them together into a single figure, you can use the “subplot” function.
You can access the documentation of “plot” and “subplot” here
Hope this answer helps you.
Thanks,
Bhanu Prakash.
Catégories
En savoir plus sur Graphics Performance dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!