필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I plot the values of a field on (x,y) points for a fixed z

조회 수: 1 (최근 30일)
massi
massi 2015년 5월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello to everybody, I have a table (1000 rows X 4 columns) in excel of the values of electric field for (x,y,z) spatial points. How can plot the values of electric field for (x,y) points for a fixed values of the spatial variable z ? Thank you in advance Bye
massimo

답변 (1개)

Titus Edelhofer
Titus Edelhofer 2015년 5월 5일
Hi Massimo,
the function contour3 should do the trick.
doc contour3
Take a look at the case "contour3(Z,v)" which describes the case of a one contour level, i.e., a fixed value of Z.
Titus

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by