Hi,
I use COMSOL 5.3a for running EMW simulations. So, I want to extract data of surface electric field to MATLAB in x by y matrix, and want to handle these data. However, when I extracted data in the results of COMSOL, the data just was arranged x, y, z, and electric fields. For example, I want a 2000 x 2000 matrix data about the electric field on the Cartesian coordinate. but COMSOL only provides 4 x 4000k data, which is x coordinate, y coordinate, z coordinate, and electric field.
How can I extract data for handling the electric field at the MATLAB?
ex) In MATLAB, imagesc(x, y, electric field extracted by COMSOL);