<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>Hi,</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>I extracted eigenvalues from DTI data and the results are saved in .dat format. I want to open them in Matlab. But the figure in Matlab is not true. I don’t know what is the problem. Is the problem due to data or due to Matlab codes? How can I change the format from .dat to Analyze?</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT size=3><FONT face=Calibri><SPAN style="mso-spacerun: yes">&nbsp;</SPAN>Can you help me please?</FONT></FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT size=3><FONT face=Calibri>I use this commands to open the .dat file. Is it true? <SPAN style="mso-spacerun: yes">&nbsp;</SPAN><SPAN style="mso-spacerun: yes">&nbsp;</SPAN></FONT></FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>&gt;&gt;fid = fopen(' EigenVal_0.dat','r');</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>&gt;&gt; x = fread(fid, 'uint32');</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>&gt;&gt; B=reshape(x,256,256,41);</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>Thank you very much.</FONT></DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"><FONT face=Calibri size=3>Afzali.</FONT></DIV></td></tr></table><br>