how to use visqol and stoi function in matlab online?

8 views (last 30 days)
how can i use visqol and stoi functions directly in matlab online? how can i include them in my project?

Accepted Answer

TED MOSBY
TED MOSBY on 2 May 2025
Hi Pavlo,
To use functions like "visqol" and "stoi" which are a part of the "Audio Toolbox", you may need to first check if the toolbox is included in your license. To check that you can type the following in the MATLAB command window:
license('test', 'Audio_Toolbox')
If the call returns 0, it means your license does not include the toolbox and you should contact MathWorks Technical Support to get it added to your license.
If the call returns 1, it means you can use it freely. Refer to the links below to start using these functions:
Hope this helps!

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!