We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86f783 commit b330030Copy full SHA for b330030
sample/demo_qmeshcut_ex1.m
@@ -64,7 +64,7 @@
64
g2 = exp(sqrt(-1) * k * r2) ./ (4 * pi * r2);
65
g12 = g1 .* g2; % this is the sensitivity map
66
67
-figure;
+%figure;
68
plotmesh([node log10(abs(g12))], elem, 'facealpha', 0.5, 'linestyle', 'none'); % plot the mesh
69
70
hold on;
0 commit comments