We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Photonics – Chinese 关于profile monitor画电场的问题 Reply To: 关于profile monitor画电场的问题

Guilin Sun
Ansys Employee

直接用网格的坐标画当然是正确的,不管是Image还是plot,因为坐标网格是原始非均匀的,但是一旦直接在Matlab里面画,而且没有把原始坐标网格均匀化后再转给Matlab,或者直接在Matlab里面用新坐标画都是均匀网格,参见之前给出的链接。

用点数画当然就是均匀网格,因此有变形。

必须使用原始坐标在Script里或者将坐标和E先均匀插值再送Matlab才可以。

应该讲述清楚了此问题。