Uiimport undefined variable error

1 回表示 (過去 30 日間)
Marcin Sinczuk
Marcin Sinczuk 2015 年 5 月 27 日
コメント済み: Walter Roberson 2015 年 6 月 2 日
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 件のコメント
Walter Roberson
Walter Roberson 2015 年 6 月 2 日
Is it an audio file that you are attempting to import?

サインインしてコメントする。

回答 (1 件)

Pritesh Shah
Pritesh Shah 2015 年 5 月 27 日
Check file location. Easy, put that file in current folder of MATLAB.
  1 件のコメント
Marcin Sinczuk
Marcin Sinczuk 2015 年 5 月 31 日
But which file? You mean "uiimport.m"?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeAudio I/O and Waveform Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by