Financial Toolbox installed but bndprice function not found
Show older comments
Hi
i am preparina a code using function bndprice form Financial Toolbox
I am using Matlab Online Free (20 hours per month).
I have Financail Tools installed (visible from Add-ons manager).

But when I excute my code, I get the following error:

Why the code does not find the function, having the corresponding library installed ?
Thanks.
/Antonio - Italy
3 Comments
dpb
on 13 Mar 2026 at 15:49
Are any of the Financial TB functions visible?
Does
path
show the Financial Toolbox? Perhaps the download didn't update the path.
Antonio
on 25 Mar 2026 at 17:30
Star Strider
on 25 Mar 2026 at 17:37
Include the URL of this thread in your note to MathWorks so you don't have to repeat everything you wrote here.
Answers (1)
According to the output of ver that you posted, you're using MATLAB Online (basic). According to the FAQ on the page describing the two versions of MATLAB Online:
What products are included with the basic version of MATLAB Online?
The basic version of MATLAB Online includes use of MATLAB, Simulink, and nine toolboxes.
- MATLAB Online
- Simulink Online
- Control System Toolbox
- Curve Fitting Toolbox
- Deep Learning Toolbox
- Image Processing Toolbox
- Optimization Toolbox
- Signal Processing Toolbox
- Statistics and Machine Learning Toolbox
- Symbolic Math Toolbox
- Text Analytics Toolbox
Financial Toolbox is not listed. Just because a product is installed doesn't mean you're licensed to use it.
That's why the error message doesn't say "Unrecognized function or variable 'bndprice'." like the call below.
thisFunctionDoesNotExist
MATLAB Online (basic) can find the function, but you need a license for an additional toolbox to call it.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!