MATLAB: How to find BBA file on MATLAB r2014b

bbamatlab r2014bmatlab search path

Hello,
I am interesting on this work
It is mentioned that this submission is now available as a Toolbox file in R2014b.
MATLAB Search Path /BBA
I have MATLAB r2014b, but I can’t find the BBA file or Toolbox anywhere.
what I shoud do?

Best Answer

It is not part of MATLAB. It is a File Exchange contribution, so you have to download it to your computer and install it in your MATLAB user path. (I would create a separate sub-directory for it, then add that sub-directory to your MATLAB search path using the addpath function.)
Related Question