Giter VIP home page Giter VIP logo

Comments (5)

thimo123 avatar thimo123 commented on August 26, 2024

I have a similar issue with plotting ERPs in Matlab 2014b. I tried replacing "handle listener" with "addlistener" to resolve the issue as was suggested in another discussion post; however, this generated the following errors:

Error using matlab.graphics.axis.Axes/addlistener
Event 'PropertyPostSet' is not defined for class 'matlab.graphics.axis.Axes'.

Error in neozeroaxes>plistener (line 155)
hl = addlistener(hC, prp, psetact, func);

Error in neozeroaxes (line 144)
plistener(axesin,'XLim',@XYLim)

Error in ploterps (line 574)
neozeroaxes(1, fsaxtick, BCKGCOLOR)

Error in pop_ploterps (line 684)
ploterps(ERP, binArray, chanArray, qpstyle, qMgfp, qBlc, qxscale, qyscale,
qLineWidth, qisiy, qFontSizeChan, qFontSizeLeg, qFontSizeTicks, qerrorstd,...

Error in pop_ploterps (line 301)
[ERP, erpcom] = pop_ploterps(ERP, binArray, chanArray, 'AutoYlim', rAutoYlim,
'BinNum', rBinNum, 'Blc', blcorr,...

Error while evaluating Menu Callback

from erplab.

xejob avatar xejob commented on August 26, 2024

I have the same problem running eeglab13_4_4b in Matlab 2014b on OS X Yosemite 10.10.3. When selecting Plot ERP Waveforms a plot featuring a single channel in top left hand corner with no label or legend with the following error message:

No constructor 'schema.prop' with matching signature found.

Error in neozeroaxes>plistener (line 156)
p = schema.prop(hC, 'Listeners__', 'handle vector');

Error in neozeroaxes (line 144)
plistener(axesin,'XLim',@XYLim)

Error in ploterps (line 574)
neozeroaxes(1, fsaxtick, BCKGCOLOR)

Error in pop_ploterps (line 684)
ploterps(ERP, binArray, chanArray, qpstyle, qMgfp, qBlc, qxscale, qyscale, qLineWidth, qisiy,
qFontSizeChan, qFontSizeLeg, qFontSizeTicks, qerrorstd,...

Error in pop_ploterps (line 301)
[ERP, erpcom] = pop_ploterps(ERP, binArray, chanArray, 'AutoYlim', rAutoYlim, 'BinNum', rBinNum,
'Blc', blcorr,...

Error while evaluating Menu Callback

I have already made the bug fixes suggested on this link to do with matlabs new graphics system HANDLE.LISTNER:
92aa0d8#diff-117ef48043c2fdde0d05f3198438c8f4

I don't know what else to do. Has there been any progress since the previous posts?

Thanks,
Xavier

from erplab.

thimo123 avatar thimo123 commented on August 26, 2024

Hi Xavier,

No, unfortunately I haven’t been able to find a solution to this yet. I have been going part way with ERPLab and then finishing with EEGLab because some of the ERPLab functions aren’t working for me. Wish I had better news for you.

Tim

On Jun 30, 2015, at 3:59 PM, xejob [email protected] wrote:

I have the same problem running eeglab13_4_4b in Matlab 2014b on OS X Yosemite 10.10.3. When selecting Plot ERP Waveforms a plot featuring a single channel in top left hand corner with no label or legend with the following error message:

No constructor 'schema.prop' with matching signature found.

Error in neozeroaxes>plistener (line 156)
p = schema.prop(hC, 'Listeners__', 'handle vector');

Error in neozeroaxes (line 144)
plistener(axesin,'XLim',@XYLim https://github.com/xylim)

Error in ploterps (line 574)
neozeroaxes(1, fsaxtick, BCKGCOLOR)

Error in pop_ploterps (line 684)
ploterps(ERP, binArray, chanArray, qpstyle, qMgfp, qBlc, qxscale, qyscale, qLineWidth, qisiy,
qFontSizeChan, qFontSizeLeg, qFontSizeTicks, qerrorstd,...

Error in pop_ploterps (line 301)
[ERP, erpcom] = pop_ploterps(ERP, binArray, chanArray, 'AutoYlim', rAutoYlim, 'BinNum', rBinNum,
'Blc', blcorr,...

Error while evaluating Menu Callback

I have already made the bug fixes suggested on this link to do with matlabs new graphics system HANDLE.LISTNER:
92aa0d8#diff-117ef48043c2fdde0d05f3198438c8f4 92aa0d8#diff-117ef48043c2fdde0d05f3198438c8f4
I don't know what else to do. Has there been any progress since the previous posts?

Thanks,
Xavier


Reply to this email directly or view it on GitHub #27 (comment).

from erplab.

diazlab avatar diazlab commented on August 26, 2024

regarding the error:

Event 'PropertyPostSet' is not defined for class 'matlab.graphics.axis.Axes'.

I was able to resolve what I believe is the same issue in an unrelated code (rotateXlabels from the file exchange), by changing all occurrences of 'PropertyPostSet' to 'PostSet'.

from erplab.

jasonarita avatar jasonarita commented on August 26, 2024

@inheniero provided a fix for this issue in commit b18dd09, as detailed in Issue #16. Try using the latest ERPLAB 4.0.4.2 pre-release and see if that solves your issue.

from erplab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.