<div dir="ltr"><div>Dear All, <br><br></div>I installed openmeeg on my ubuntu 12.04 64 bit via github, tested it and works well from the terminal; I usually initiate the job from the terminal with:<br><br>cd openmeeg/data/< subject><br>
#!/usr/bin/env bash <br><div><div>...<br><br></div><div>However matlab cannot see path, I get this matlab error when calling via fieldtrip<br></div><div><br>Error using ft_hastoolbox (line 445)<br>the OPENMEEG toolbox is not installed, see <a href="http://gforge.inria.fr/projects/openmeeg" target="_blank">http://gforge.inria.fr/projects/openmeeg</a> and <a href="http://gforge.inria.fr/frs/?group_id=435" target="_blank">http://gforge.inria.fr/frs/?group_id=435</a><br>

<br>Error in ft_headmodel_openmeeg (line 35)<br>ft_hastoolbox('openmeeg', 1);<br>...<br><br></div><div>How can I make matlab see path? I have read that one has to add these<br><pre class="">export PATH=$PATH:/opt/openmeeg/bin
export DYLD_LIBRARY_PATH=/opt/openmeeg/lib:$LD_LIBRARY_PATH<br><br></pre><pre class="">Where have these to be added, in the startup.m, terminal, or linux script?<br></pre><pre class="">Thank you, <br><br></pre><pre class="">
Octavian<br></pre></div></div></div>