MATLAB: Do I get – Warning: A value of class “matlab.in​ternal.vid​eo.PluginM​anager” was indexed with no subscripts specified when using ‘importdata’

importdataMATLABmatlab.internal.video.pluginmanager

Why do I get – Warning: A value of class "matlab.internal.video.PluginManager" was indexed with no subscripts
specified when using 'importdata'?

Best Answer

This is a known issue in MATLAB.
As a workaround, you can use the below command to turn off this warning.(by default this should have been turned off)
>> warning off MATLAB:subscripting:noSubscriptsSpecified