-
Notifications
You must be signed in to change notification settings - Fork 73
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 2014b/2015: handle.listener error #16
Comments
SuggestionReplace all HANDLE.LISTENER() calls with ADDLISTENER(). For example:
Hsource — Event source EventName — Name of event property — Name of property A scalar meta.property object callback — Listener callback |
We need to apply this fix to the following 3 functions that use |
HANDLE.LISTENER is no longer a valid function call when creating an event listener. This is due to Matlab’s new graphics system (Matlab 2014b & later). And so the function call is now replaced with the ADDLISTENER function call.
@inheniero A quick search through our code repository shows that we don't call the functions axescenter.m and neoaxescenter.m anymore in our working code, so how 'bout we move those 2 functions to the deprecated folder? |
Problem
In MATLAB 2014b and above, the new graphics system is based on MATLAB® objects, which do not support the use of HANDLE.LISTENER to create event listeners. To create listeners for graphics objects, use the function ADDLISTENER.
Originally from: Matthew Walenski
Matthew Walenski matthew.walenski@northwestern.edu via ucdavis.edu
Apr 1
to erplab
Hi,
I am having trouble plotting averaged ERPS – when I select ERPLAB -> Plot ERP -> Plot ERP waveforms
I end up with only a single electrode, which is not labelled and there is no legend.
I get the following error message below.
I found a bug report for this issue (it appears to be the same issue) in EEGLAB, but saw no resolution there, only a reference to this mailing list.
I was unable to find/search the list archive at UC Davis, so I would appreciate any help or insight!
Best,
matt
The text was updated successfully, but these errors were encountered: