MIRtoolbox installation. Cannot use functions

16 views (last 30 days)
Hi . I have Matlab R2018a on Ubuntu Linux. I've recently downloaded MirToolbox and installed it by moving the main MIRtoolbox folder into the toolbox MATLAB folder.
Then, I've set the path to the folder. When I write the command "help mirtoolbox" it shows me all the functions that I can use.
Then I write the "help miraudio" command and it also shows me what the function can do. But when i actually use the function
( like : miraudio('sound.wav') ) it tells me that the function is undefined. How can i fix this ? :(

Accepted Answer

Star Strider
Star Strider on 12 Aug 2019
I've recently downloaded MirToolbox and installed it by moving the main MIRtoolbox folder into the toolbox MATLAB folder.
You put it in the wrong place.
The MIRToolbox is a File Exchange contribution. You shoiuld copy it to a folder in your MATLAB user path, not the MATLAB toolbox folder.
It would likely be best to create a separate folder for it, then copy it to that folder, and add that folder to your search path. For information on the MATLAB search path, see the documentation section on What Is the MATLAB Search Path?
  4 Comments
Ionescu Sergiu
Ionescu Sergiu on 12 Aug 2019
Nevermind, I've just changed to version 1.7.2 and it worked. Thanks again

Sign in to comment.

More Answers (0)

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!