how to use visqol and stoi function in matlab online?
8 views (last 30 days)
Show older comments
how can i use visqol and stoi functions directly in matlab online? how can i include them in my project?
0 Comments
Accepted Answer
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!
0 Comments
More Answers (0)
See Also
Categories
Find more on Manage Products in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!