How to take curl of numeric vector fields?

조회 수: 8 (최근 30일)
Junseob Kim
Junseob Kim 2020년 2월 18일
댓글: darova 2020년 2월 18일
Hello,
I have magnetic field vectors from FDTD simulations at different sets of (x,y) points. The H fields have numerical values at different (x,y) because I have extracted the data from simulation results. For example, the H fields are (101*101) dimensional matrices in Matlab. How can I calculate curl of H in this case?
And then, I'd like to get (curl H_x : x components of curl of H) and (curl H_y : y components of curl of H). How can I do this?
Thank you.
  댓글 수: 1
darova
darova 2020년 2월 18일
What is "curl"? How does it look like?

댓글을 달려면 로그인하십시오.

채택된 답변

Jacob Wood
Jacob Wood 2020년 2월 18일
Matlab kindly includes a builtin curl() function, you can find information and a sample implementation here: https://mathworks.com/help/matlab/ref/curl.html
  댓글 수: 1
darova
darova 2020년 2월 18일
Why don't you use it (curl() function)?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by