Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab R2016a NARGCHK warnings #56

Closed
andrewxstewart opened this issue Nov 4, 2016 · 1 comment
Closed

Matlab R2016a NARGCHK warnings #56

andrewxstewart opened this issue Nov 4, 2016 · 1 comment

Comments

@andrewxstewart
Copy link
Member

Description

Currently, Matlab R2016a seems to work with ERPLAB.

But there are errors that appear at the command window.

Warning: NARGCHK will be removed in a future release. Use NARGINCHK or NARGOUTCHK instead.

In closest (line 32)
In blvalue2 (line 44)
In meaviewerGUI>mplotdata (line 1255)
In meaviewerGUI>pushbutton_right_channel_Callback (line 502)
In gui_mainfcn (line 95)
In meaviewerGUI (line 46)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)meaviewerGUI('pushbutton_right_channel_Callback',hObject,eventdata,guidata(hObject))
In uiwait (line 81)
In meaviewerGUI>meaviewerGUI_OpeningFcn (line 405)
In gui_mainfcn (line 220)
In meaviewerGUI (line 44)
In pop_geterpvalues (line 878)
In pop_geterpvalues (line 263)

@andrewxstewart
Copy link
Member Author

Now addressed in
9978267

No longer produced warning messages like the attached, and should work in both new and old Matlab versions:

matlab_16_nargchk_error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant