Guillaume Flandin
Guillaume Flandin
I observe that the MATLAB path changes when `ft_defaults` is called twice - in particular, the paths to the MATLAB toolbox replacements get removed. In this example, MATLAB's `ver` reports...
Compilation of nan*.c MEX files on Windows Server 2022 with Microsoft Visual C++ 2022 fails: ``` mex -O -largeArrayDims fieldtrip/src/nanmean.c Building with 'Microsoft Visual C++ 2022 (C)'. nanmean.c D:\fieldtrip\src\nanmean.c(8): warning...
Sometimes Base64 strings contain line breaks (typically) every 76 characters: they should be ignored as well as any other character that is not in the Base64 character list. This is...
These changes were necessary for compatibility with GNU Octave. Bug reports have been submitted for the following: `fopen(-1)` and `strmatch('a',[])` which should return without error but code is cleaner anyway...
The display of a string object sometimes returns the internal structure or errors in the context of string arrays: ``` >> string ("a") ans = "a" >> {string("a")} ans =...