|
Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 15, 2024 02:57PM | Registered: 1 year ago Posts: 12 |
PsychStartup: Adding path of installed GStreamer runtime to library path. [C:\gstreamer\1.0\msvc_x86_64\bin] Warning: While loading an object of class 'mlconfig': Unrecognized function or variable 'mlpath'. > In matfinfo (line 9) In finfo>fetchDescriptions (line 262) In finfo (line 79) In uiimport/gatherFilePreviewData (line 419) In uiimport (line 260) Warning: While loading an object of class 'mlconfig': Unrecognized function or variable 'mlpath'. > In uiimport/runImportdata (line 459) In uiimport/gatherFilePreviewData (line 438) In uiimport (line 260)
<<< MonkeyLogic >>> Unrecognized method, property, or field 'AdjustedPPD' for class 'mlconfig'. (monkeylogic/update_videoUI, Line 141)
Warning: Unrecognized method, property, or field 'AdjustedPPD' for class 'mlconfig'.
(monkeylogic/update_videoUI, Line 141)
> In monkeylogic/warning_handler (line 2787)
In monkeylogic/init (line 2275)
In monkeylogic (line 42)
In NIMHMonkeyLogic22App/startApp (line 84)
In NIMHMonkeyLogic22App (line 48)
In appinstall.internal.runapp>execute (line 116)
In appinstall.internal.runapp>runapp13a (line 95)
In appinstall.internal.runapp>preamble18b (line 60)
In appinstall.internal.runapp (line 13)
In matlab.apputil.run (line 45)
Unrecognized method, property, or field 'AdjustedPPD' for class 'mlconfig'.
Error in monkeylogic/update_videoUI (line 141)
set(hTag.AdjustedPPD,'value',MLConfig.AdjustedPPD);
Error in monkeylogic/update_UI (line 56)
if ~isempty(hTag.hVideo), update_videoUI(); end
Error in monkeylogic/init (line 2276)
update_UI(); old_MLConfig = MLConfig; % in case loadcfg() does not do this
Error in monkeylogic (line 42)
init();
Error in NIMHMonkeyLogic22App/startApp (line 84)
eval('monkeylogic');
Error in NIMHMonkeyLogic22App (line 48)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 116)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 95)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>preamble18b (line 60)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 13)
out = preamble18b(appinstalldir);
Error in matlab.apputil.run (line 45)
appinstall.internal.runapp(appName, appLocation);
<<< MonkeyLogic >>> Unrecognized method, property, or field 'AdjustedPPD' for class 'mlconfig'. (monkeylogic/update_videoUI, Line 141)
Unrecognized method, property, or field 'AdjustedPPD' for class 'mlconfig'.
Error in monkeylogic/update_videoUI (line 141)
set(hTag.AdjustedPPD,'value',MLConfig.AdjustedPPD);
Error in monkeylogic/update_UI (line 56)
if ~isempty(hTag.hVideo), update_videoUI(); end
Error in monkeylogic/loadcfg (line 2745)
update_UI(true); % sanity check
Error in monkeylogic/UIcallback (line 690)
loadcfg(Conditions.MLPath.ConfigurationFile);
Error while evaluating UIControl Callback.|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 15, 2024 03:53PM | Registered: 1 year ago Posts: 12 |
|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 15, 2024 05:04PM | Admin Registered: 6 years ago Posts: 999 |
delete(which('startup.m'))
restoredefaultpath
matlabrc
savepath
exit|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 16, 2024 12:35PM | Registered: 1 year ago Posts: 12 |
<<< MonkeyLogic >>> NIMH MonkeyLogic 2.2.34 (Mar 2, 2023)
<<< MonkeyLogic >>> Microsoft Windows [Version 10.0.19045.4780]
<<< MonkeyLogic >>> MATLAB 9.13.0.2126072 (R2022b) Update 3
<<< MonkeyLogic >>> NIMH daqtoolbox 1.0.77 (Jan 9, 2023)
<<< MonkeyLogic >>> National Instruments NI-DAQmx 22.8
<<< MonkeyLogic >>> Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
<<< MonkeyLogic >>> Detected 4 "AMD64" processors
<<< MonkeyLogic >>> Found 2 video device(s)...
<<< MonkeyLogic >>> Found 2 DAQ adaptor(s), 2 board(s)
>> delete(which('startup.m'))
>> restoredefaultpath
>> matlabrc
>> savepath
>> exit
'mlsetdiff' is not found in the current folder or on the MATLAB path, but exists in:
C:\Users\labuser\AppData\Roaming\MathWorks\MATLAB Add-Ons\Apps\NIMHMonkeyLogic22
Change the MATLAB current folder or add its folder to the MATLAB path.
Error in mlconfig/fieldnames (line 107)
field = mlsetdiff(properties(obj),[obj.DependentFields obj.TransientFields]);
Error in mlconfig/isequal (line 154)
field = setdiff(fieldnames(obj),{'EyeNumber','JoystickNumber'});
Error in monkeylogic/check_cfg_change (line 2698)
if isequal(MLConfig,old_MLConfig), return, end
Error in monkeylogic/closeDlg (line 2670)
check_cfg_change();
Error while evaluating Figure CloseRequestFcn.|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 16, 2024 01:07PM | Registered: 1 year ago Posts: 12 |
Dot indexing is not supported for variables of this type.
Error in mltracker (line 15)
obj.Screen=MLConfig.Screen;
Error in EyeTracker (line 13)
obj@mltracker(MLConfig,TaskObject,CalFun,DataSource,varargin{:});
Error in TimingFileKAS_runtime (line 1933)
ontarget=EyeTracker('acquirefix',fix,fix_radius,fix_wait_time);
Error in run_trial (line 132)
runtime(MLConfig,TrialRecord,TaskObject,TrialData);
Error in monkeylogic/UIcallback (line 919)
result = run_trial(MLConfig,datafile);
Error while evaluating UIControl Callback.|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 16, 2024 01:22PM | Registered: 1 year ago Posts: 12 |
|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 16, 2024 04:01PM | Admin Registered: 6 years ago Posts: 999 |
|
Re: Dot Indexing Error Led to Unrecognized Field AdjustedPPD August 16, 2024 04:34PM | Registered: 1 year ago Posts: 12 |
The National Institute of Mental Health (NIMH) is part of the National Institutes of Health (NIH), a component of the U.S. Department of Health and Human Services.