<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.53">
<TITLE>[Solution] Plotting dipole moment in 3D</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>In response to my earlier posts. The problem is solved.<BR>
<BR>
It was correct that dipole.dip.ori was not existing, because ori is created when calling ft_plot_dipole. [ori] contains the three parameters of dipole.dip.mom. So I used the following code to create the vector:<BR>
<BR>
 figure(10)<BR>
 ft_plot_mesh(vol.bnd(3))<BR>
 hold on<BR>
 alpha 0.5<BR>
<BR>
for j=1:21<BR>
<BR>
ft_plot_dipole(dipole.dip.pos, dipole.dip.mom(:,j),'color', 'r', 'units', 'mm')<BR>
pause (1)<BR>
end<BR>
<BR>
<BR>
I used an iteration, because the moment of the dipole changes every timepoint. My previous figure became dark, and i didn't see the vector. The reason for this is that my units were not defined. No putting the units similarly as in the BEM-model, the figure shows a clear dipole vector.<BR>
<BR>
Thanks for the help you all!<BR>
<BR>
</FONT>
</P>

<br clear=all> 
<html>
        <body>
        <p style="font-size:13px;font-family:arial;">
        
        Het UMC St Radboud staat geregistreerd bij de Kamer van Koophandel in het handelsregister onder nummer 41055629.<BR> The Radboud University Nijmegen Medical Centre is listed in the Commercial Register of the Chamber of Commerce under file number 41055629.<BR>
        </p>
        </body>
</html>

</BODY>
</HTML>