We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3406a commit 9a420b6Copy full SHA for 9a420b6
.gitignore
@@ -2,4 +2,5 @@
2
xdfimport*.zip
3
xdf.zip
4
.idea
5
-
+*.asv
6
+*.m~
load_xdf.m
@@ -242,7 +242,7 @@
242
end
243
244
fname = ['load_xdf_innerloop.' mexext];
245
- mex_url = ['https://github.com/sccn/xdf/releases/download/v',...
+ mex_url = ['https://github.com/xdf-modules/xdf-Matlab/releases/download/v',...
246
LIBVERSION, '/', fname];
247
[this_path, this_name, this_ext] = fileparts(mfilename('fullpath'));
248
try
0 commit comments