Why this error after downloading the latest uicomponent????

2 次查看(过去 30 天)
handles.txtSeqFile = uicomponent( ...
'style','javax.swing.JTextField', ...
'parent',Layout.Cell(1,3), ...
'Tag', 'txtSeqFile', ...
'MouseClickedCallback',{@(handle,event)xMouseClick(handle,1)});
%---------error after executing above statement--------------
Error using javacomponentdoc_helper>applyArgumentsAndShow (line 197) Invalid input
Error in javacomponentdoc_helper (line 35)
Error in javacomponent (line 111) [hcomponent, hcontainer] = javacomponentdoc_helper(varargin{:});
Error in uicomponent (line 197) [jcomp, hcontainer] = javacomponent(javaComp,position,parent);
I am using Matlab R2014b.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by