Graph Plotting of Approximate(Numerical) and Exact solution
Mostrar comentarios más antiguos

Please I want to plot a Graph of exact solution and numerical solution.
1 comentario
Dyuman Joshi
el 11 de Feb. de 2023
plot will be helpful in that.
Respuestas (1)
Bhanu Prakash
el 16 de Feb. de 2023
Editada: Bhanu Prakash
el 23 de Feb. de 2023
0 votos
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.
Categorías
Más información sobre Graphics Performance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!