Graph Plotting of Approximate(Numerical) and Exact solution
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1292430/image.png)
Please I want to plot a Graph of exact solution and numerical solution.
Risposte (1)
Bhanu Prakash
il 16 Feb 2023
Modificato: Bhanu Prakash
il 23 Feb 2023
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Line 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!