필터 지우기
필터 지우기

How to plot the function

조회 수: 1 (최근 30일)
Barone pierre
Barone pierre 2016년 12월 19일
편집: Soumya Saxena 2016년 12월 29일
Hello everyone, I want to know how to plot the function in the code
  댓글 수: 2
Star Strider
Star Strider 2016년 12월 19일
There is only one function and it plots all the results internally.
Soumya Saxena
Soumya Saxena 2016년 12월 28일
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.

댓글을 달려면 로그인하십시오.

답변 (2개)

Ahmed raafat
Ahmed raafat 2016년 12월 29일
plot
ezplot

Soumya Saxena
Soumya Saxena 2016년 12월 29일
편집: Soumya Saxena 2016년 12월 29일
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.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by