April 4, 2024 at 5:10 pm
Guilin Sun
Ansys Employee
Thank you to bring this issue with us. It seems the software is experiencing some difficulties in exporting the mode data. We need sometime to investigate and will let you know if there is any progress. Please be patient.
At the mean time, please you get result to export data. If you want to add the H fields to the dataset, you can simply add it like this:
E=getresult("mode1","E");
H=getresult("mode1","H");
EH=E;
EH.addattribute("H",H.Hx,H.Hy,H.Hz);
matlabsave("mode1.mat",EH);
Please try.