How to plot the function

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 日

0 投票

plot
ezplot
Soumya Saxena
Soumya Saxena 2016 年 12 月 29 日
編集済み: Soumya Saxena 2016 年 12 月 29 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeContour Plots についてさらに検索

タグ

質問済み:

2016 年 12 月 19 日

編集済み:

2016 年 12 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by