How to take curl of numeric vector fields?
8 ビュー (過去 30 日間)
古いコメントを表示
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.
採用された回答
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!