How to plot the function
Show older comments
Hello everyone, I want to know how to plot the function in the code
2 Comments
Star Strider
on 19 Dec 2016
There is only one function and it plots all the results internally.
Soumya Saxena
on 28 Dec 2016
I understand that you want to know how to plot a function. Please provide me more information about the function and the code in which, the function is located. I look forward to getting the information from you.
Answers (2)
Ahmed raafat
on 29 Dec 2016
0 votes
plot
ezplot
Soumya Saxena
on 29 Dec 2016
Edited: Soumya Saxena
on 29 Dec 2016
0 votes
In order to plot a function or an expression, you may use the " fplot" function. More details are given in the following link:
Another function that can be used is " fimplicit". fimplicit(f) plots the implicit function defined by f(x,y) = 0 over the default interval:
The fsurf(f) function call, creates a surface plot of the function z = f(x,y) over the default interval. The detailed documentation is at the following link:
You can also use the function " fcontour" where fcontour(f) plots the contour lines of the function z = f(x,y) for constant levels of z over the default interval.
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!