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 Comment

Is it an audio file that you are attempting to import?

Sign in to comment.

Answers (1)

Pritesh Shah
Pritesh Shah on 27 May 2015
Check file location. Easy, put that file in current folder of MATLAB.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Asked:

on 27 May 2015

Commented:

on 2 Jun 2015

Community Treasure Hunt

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

Start Hunting!