How to create contour plot?

5 views (last 30 days)
HIMADRI DAS
HIMADRI DAS on 4 Mar 2014
Answered: lvn on 4 Mar 2014
How to create a contour (an open contour ) surrounding an electrode ? The electrode I have already plotted in matlab. At the contour points i need to calculate electric fields. How to find the coordinates of the contour points?

Answers (1)

lvn
lvn on 4 Mar 2014
First you will need to calculate your electrical field as a function of x and y, to yield a matrix. Then you can simply use matlab's contour function http://www.mathworks.nl/help/matlab/ref/contour.html

Categories

Find more on Contour Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!