Uiimport undefined variable error

When using uiimport(-'file') on matlab 2013b it gives me an error:
_ "Undefined variable "multimedia" or class "multimedia.internal.audio.file.PluginManager.getInstance.ReadableFileTypes".
Error in internal.matlab.importtool.ImportableFileExtension>localAudioExtn (line 90) fileExtTmp = multimedia.internal.audio.file.PluginManager.getInstance.ReadableFileTypes;
Error in internal.matlab.importtool.ImportableFileExtension>importToolRecognizableFileDropdownInfo (line 147) dropdownList = {getString(message('MATLAB:codetools:uiimport:AudioFormatStr')),localAudioExtn(true);...
Error in internal.matlab.importtool.ImportableFileExtension.getImportToolFileChooserDropDownInfo (line 71) [fileExtnDesc, fileExtList] = importToolRecognizableFileDropdownInfo;
Error in uiimport (line 141) [fileExtDesc, fileExtList] = ImportableFileExtension.getImportToolFileChooserDropDownInfo;"_
On other computers in my lab uiimport works great.

1 comentario

Walter Roberson
Walter Roberson el 2 de Jun. de 2015
Is it an audio file that you are attempting to import?

Iniciar sesión para comentar.

Respuestas (1)

Pritesh Shah
Pritesh Shah el 27 de Mayo de 2015

0 votos

Check file location. Easy, put that file in current folder of MATLAB.

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 27 de Mayo de 2015

Comentada:

el 2 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by