Financial Toolbox installed but bndprice function not found

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

Are any of the Financial TB functions visible?
Does
path
show the Financial Toolbox? Perhaps the download didn't update the path.
I am using the online MATLAB, so everything is not downloaded.
Everything is just provided (I suppose) by MATLAB on their servers.
I checked my "path" command, and I did not find any Financial library in it (see attachment)
i tried to "add" it, following the directory.
I found the financial toolbox in the directory:
/MATLAB/toolbox/finance/finance
and I added in the "path", but it is not recognized yet...
I also typed "ver" and this is what I get:
-----------------------------------------------------
ver
-------------------------------------------------------------------------------------------------
MATLAB Version: 25.2.0.3150157 (R2025b) Update 4
MATLAB License Number: MATLAB Online (basic)
Operating System: Linux 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64
Java Version: Java 1.8.0_292-b10 with AdoptOpenJDK OpenJDK 64-Bit Server VM mixed mode
-------------------------------------------------------------------------------------------------
MATLAB Version 25.2 (R2025b)
Simulink Version 25.2 (R2025b)
Control System Toolbox Version 25.2 (R2025b)
Curve Fitting Toolbox Version 25.2 (R2025b)
Deep Learning Toolbox Version 25.2 (R2025b)
Image Processing Toolbox Version 25.2 (R2025b)
Optimization Toolbox Version 25.2 (R2025b)
Signal Processing Toolbox Version 25.2 (R2025b)
Statistics and Machine Learning Toolbox Version 25.2 (R2025b)
Symbolic Math Toolbox Version 25.2 (R2025b)
Text Analytics Toolbox Version 25.2 (R2025b)
---------------------------
So, I do not know how to proceed.
Thanks.
/Antonio
You will most likely need to Contact Support for this problem.
Include the URL of this thread in your note to MathWorks so you don't have to repeat everything you wrote here.

Sign in to comment.

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
Unrecognized function or variable 'thisFunctionDoesNotExist'.
MATLAB Online (basic) can find the function, but you need a license for an additional toolbox to call it.

Categories

Products

Release

R2025b

Asked:

on 13 Mar 2026 at 15:26

Answered:

on 25 Mar 2026 at 18:04

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!