Guillaume Flandin

Results 48 comments of Guillaume Flandin

Hi @vidasun, If I understand you correctly, you can use the `.cdata` field to store your 2D array and have it saved in a new GIfTI file, e.g.: ``` g...

This should be resolved if more recent versions of the MATLAB Runtime were used with SPM12 r7771. They are available here: https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/spm12/

> AFAIK this also concerns SPM12. I think this was only when using the old (R2010a) MATLAB Runtime. SPM12 compilations with more recent runtimes are now [available here](https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/spm12/) and libxp6...

Thanks for all of this @mcafaro. I call `mexext` on Linux and macOS but it doesn't seem to be available from Windows. If that's indeed the case, could it be...

@mcafaro Thanks for the quick response and sorry for not being precise enough. I want to use `mex` and `mexext` from bash, outside of `run-command`. Compilation takes place through a...

Thanks @mcafaro! Your tests in the [mexext repo](https://github.com/mcafaro/mexext/actions) confirm that `mexext` is indeed available and can be called with `mexext` or `mexext.bat` from PowerShell in a `run`. From a PowerShell...

Here is what I see with the same example (the Signal Processing Toolbox is not installed): ``` >> restoredefaultpath >> which filtfilt 'filtfilt' not found. >> addpath /home/github/fieldtrip >> ft_defaults...

Hi @andregouws You need to compile the MEX file with: ``` mkoctfile --mex xml_parser.c yxml.c ```

Hi @HaotianHuang I get the same error on Apple M1. It seems that Docker will run in emulation mode and that it is [not fully supported yet](https://docs.docker.com/desktop/troubleshoot/known-issues/). I tried adding...

It would indeed be great to have Travis testing with Octave 4.2. I could only run two of the five tests because of the requirement to have access to the...