Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How can I plot the values of a field on (x,y) points for a fixed z
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!