How to plot the electric field in 3D?

조회 수: 4 (최근 30일)
Ali  Bkr
Ali Bkr 2016년 7월 17일
답변: X.-X. Liang 2018년 12월 5일
I want to draw the electric field lines in 3D. However I have the following Data:
  1. - Ex (nx1): the electric field in the X direction as a vector data.
  2. - Ex (nx1): the electric field in the Y direction as a vector data.
  3. - Ez (nx1): the electric field in the Z direction as a vector data.
  4. - X (nx1) the x coordination of the charges position.
  5. - Y (nx1) the y coordination of the charges position
  6. - Z (nx1) the z coordination of the charges position
By the way, n=10,000
" streamline" command requires 3D matrices which gives me ' out of memory'
Thank you for your kind help:)

답변 (1개)

X.-X. Liang
X.-X. Liang 2018년 12월 5일
quiver3
3-D quiver or velocity plot

카테고리

Help CenterFile Exchange에서 Vector Fields에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by