<div dir="ltr"><span style="font-size:13px">Hello, I am trying to use Nima's MPT plugin as an alternative to IC clustering in a study. I installed the plugin and it is visible in the gui when the study is loaded, however it produces two warnings when I hover the cursor over the "Measure Projection" field:</span><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>Warning: NARGCHK will be removed in a future release. Use NARGINCHK or NARGOUTCHK instead. </div><div>> In objectEDT (line 6)</div><div>  In JidePropertyGridField/<wbr>Initialize (line 50)</div><div>  In JidePropertyGridField (line 39)</div><div>  In PropertyGrid/set.Properties (line 131)</div><div>  In constructor (line 15)</div><div>  In UIControl (line 46)</div><div>  In PropertyGrid (line 72)</div><div>  In show_gui_options (line 147)</div><div>  In eegplugin_mproject>command_on_<wbr>MPA_GUI_entrance (line 73) </div><div>Warning: A value of class "java.lang.Thread" was indexed with no subscripts specified. Currently the result of this operation is the indexed value itself, but in a future</div><div>release, it will be an error. </div><div>> In javaclass (line 60)</div><div>  In JidePropertyGridField/<wbr>Initialize (line 86)</div><div>  In JidePropertyGridField (line 39)</div><div>  In PropertyGrid/set.Properties (line 131)</div><div>  In constructor (line 15)</div><div>  In UIControl (line 46)</div><div>  In PropertyGrid (line 72)</div><div>  In show_gui_options (line 147)</div><div>  In eegplugin_mproject>command_on_<wbr>MPA_GUI_entrance (line 73)</div></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px">After each of these warnings repeats many times, it finally produces an error when the dropout menu actually appears:</div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>Undefined function 'mod' for input arguments of type 'matlab.ui.Figure'.</div><div><br></div><div>Error in PropertyGrid/set.Properties (line 167)</div><div>            if ~mod(self.Parent,1)</div><div><br></div><div><br></div><div>Error in constructor (line 15)</div><div>    set(obj, varargin{:});</div><div><br></div><div><br></div><div>Error in UIControl (line 46)</div><div>                    obj = constructor(obj, varargin{:});</div><div><br></div><div><br></div><div>Error in PropertyGrid (line 72)</div><div>            self = self@UIControl(varargin{:});</div><div><br></div><div><br></div><div>Error in show_gui_options (line 147)</div><div>optionsPropertyGrid = PropertyGrid(f, ...            % add property pane to figure</div><div><br></div><div>Error in eegplugin_mproject>command_on_<wbr>MPA_GUI_entrance (line 73)</div><div>    show_gui_options(0, true);</div><div> </div><div>Error while evaluating Menu Callback</div></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px"><br></div><div style="font-size:13px">I thought this might be an error with the propertygrid, based on a previous message in the eeglablist (<a href="https://sccn.ucsd.edu/pipermail/eeglablist/2015/010148.html" target="_blank">https://sccn.ucsd.edu/<wbr>pipermail/eeglablist/2015/<wbr>010148.html</a>) - however, when I check this using <span style="color:rgb(0,0,0);white-space:pre-wrap">'which -all propertygrid' it returns </span></div><div style="font-size:13px"><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div style="font-size:13px"><span style="color:rgb(0,0,0);white-space:pre-wrap">/LocalPath/</span>Documents/MATLAB/<wbr>eeglab/plugins/bigdelys-<wbr>measure-projection-<wbr>e2b9ccfa89ed/dependency/<wbr>propertyGrid/PropertyGrid.m % PropertyGrid constructor</div><div style="font-size:13px"><br></div><div style="font-size:13px">Which as far as I can tell is the correct propertygrid. Any idea why this error might appear from attempting to use MPT from the eeglab graphical interface?</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks</div><div style="font-size:13px">Eric Rawls, M.S.</div><div style="font-size:13px">Department of Psychological Sciences</div><div style="font-size:13px">University of Arkansas</div></div>