Using Ledalab with Mac
显示 更早的评论
Hello everyone,
I am trying to analyse electrodermal activity datas with Ledalab. My datas are organized in a '.mat' folder as in the example provided in Ledalab's website.
I obtain the following error :
Undefined function or variable 'ledapreset'.
Error in Ledalab (line 24) ledapreset;
I dont know what to do, I downloaded Ledalab package on their website and I respect their explanation on how to use it.
I've read that there are sometimes some incompatibilities between Mac and Ledalab, have someone already had the same error message or does someone knows how to use it?
Thank you by advance
Charline
回答(1 个)
José-Luis
2016-6-28
Is the directory with the Ledalab script in the Matlab path? Have a look:
path
If not, add it:
addpath('/to/Ledalab/directory')
2 个评论
charline tessereau
2016-6-28
编辑:charline tessereau
2016-6-28
José-Luis
2016-6-28
I have never used Ledalab.
What is the result of you running path()?
What is the Ledalab directory?
类别
在 帮助中心 和 File Exchange 中查找有关 Install Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!