Skip to content

Commit f7d7dd8

Browse files
authored
Update HFSS_MATLAB_interface.m
1 parent 9fd3880 commit f7d7dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PatchAntenna_AutomaticSignpostGeneration/HFSS_MATLAB_interface.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
title(lg,"Power [W]")
6363
set(ax2,"FontSize",10)
6464

65-
% exportgraphics(fig2,"ElectricField.pdf")
65+
exportgraphics(fig2,"ElectricField.pdf")
6666

6767
%% Functions signposts
6868
function Var2Sub = SignpostSubstitution(filenameIN,filenameOUT,Variables)
@@ -313,4 +313,4 @@ function WritingExportFile(PAF)
313313
end
314314

315315
fclose(fid);
316-
end
316+
end

0 commit comments

Comments
 (0)