Filter löschen
Filter löschen

Validated Audio Plugin error

1 Ansicht (letzte 30 Tage)
Pablo Panitta
Pablo Panitta am 2 Okt. 2019
Beantwortet: Charlie DeVane am 9 Okt. 2019
Can anybody give me hint what is happening here? I'm trying to validateAudioPlugin exactly as is written in the manual. No changes of default names or location files, but the following message appears:
When I execute "Change current folder", error still remains.
...and all over again.
I believe must be a very basic solution, but not possible to solve it by mylsef.
Thanks
Pablo
  2 Kommentare
Walter Roberson
Walter Roberson am 2 Okt. 2019
That turns out to name a different folder than you cd'd to
Did you start all of this by using
openExample('audio/DesignAnAudioPluginExample')
I would expect problems if you had not done that first.
Pablo Panitta
Pablo Panitta am 3 Okt. 2019
Hi Walter
yes, but nothing happened. I´ve just fixed it copying the file outside default folder. I reaaly don´t understand why, but worked.
Thanks
Pablo

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Charlie DeVane
Charlie DeVane am 9 Okt. 2019
Hi Pablo,
Bottom line on top: the problem is the current folder you were working in. You didn't actually need to copy the file because it is already on the MATLAB path, but you did need to cd outside the "default folder". For example, if you cd to a folder inside your Documents folder, then the command will work without copying the plugin file.
Details:
You were working in a folder that
  1. is inside the MATLAB installation, and
  2. has a name beginning with "+".
Modifying or creating files inside the MATLAB installation is generally a bad idea (unless MathWorks tech support instructs you to while helping you fix a problem).The matlabroot command will tell you the root folder of your MATLAB installation. I can see that your MATLAB is installed in D:\Program Files\MATLAB\R2019b, and you were working under this.
Folders whose names begin with "+" have a special meaning to MATLAB and are called "package folders". This played a role in the behavior you saw. This is an advanced topic; if you would like to learn more, see https://www.mathworks.com/help/matlab/matlab_oop/scoping-classes-with-packages.html.
hope this helps,
Charlie

Weitere Antworten (0)

Kategorien

Mehr zu Audio Plugin Creation and Hosting finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by