When building the mex file mexfactorgraph.mexw64, it is saved to pwd in matlab. In general this means I'm getting mulitple mexfactorgraph.mexw64 files on my system, because I not always call installFFG fomr teh same working directory.
I suggest that mexfactorgraph.mexw64 is always saved to the factor-graph base folder, next to README.md and installFFG.m (Or you may choose something else, like a mex folder). But it shoudl be the same folder all teh time.
When building the mex file
mexfactorgraph.mexw64
, it is saved topwd
in matlab. In general this means I'm getting mulitplemexfactorgraph.mexw64
files on my system, because I not always callinstallFFG
fomr teh same working directory.I suggest that
mexfactorgraph.mexw64
is always saved to the factor-graph base folder, next to README.md and installFFG.m (Or you may choose something else, like amex
folder). But it shoudl be the same folder all teh time.