How to increase accuracy in contour plot,

12 ビュー (過去 30 日間)
ashitosh darekar
ashitosh darekar 2016 年 9 月 15 日
回答済み: José-Luis 2016 年 9 月 16 日
i am getting problem in contour plot,in graph same of values like 5e-005 are not taken in account. only values upto three desimal are taken to plot graph

回答 (1 件)

José-Luis
José-Luis 2016 年 9 月 16 日
Have you tried specifying the levels at which you want the contour lines to appear?
Copy/pasting from the documentation:
contour(Z,v) draws a contour plot of matrix Z with contour lines at the data values specified in the monotonically increasing vector v. To display a single contour line at a particular value, define v as a two-element vector with both elements equal to the desired contour level. For example, to draw contour lines at level k, use contour(Z,[k k]). Specifying the vector v sets the LevelListMode property to manual.

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by