-
Dear Blaine,
Interesting work! I just ran into a problem on Matlab when getting started. I followed the installing instructions from source on Mac and tried to test the examples. It seems that the …
-
Hi,
I am working on a Matlab.m file that my colleague has been working on that. In some part of the code he is using gptoolbox and clean_mesh function. When I run the code I have an error with clean_…
-
The functions are currently written to the Mex file, but they are not called internally and no interface is provided to access them through Matlab. To use in Matlab the functions must be re-created th…
-
when reduce_function_calls_flag=0, permit use_nested_functions_flag, so that instead of anonymous functions which are slow and can't be mex compiled, use nested fns which are fast and can be mex compi…
-
I guess this plmDCA.m can produce .mat file from .aln file. But, after I executed
> octave plmDCA.m .aln
I got only the following message and did not get any .mat file
>octave: X11 DISPLAY enviro…
-
I'm trying to run FieldTrip under GNU Octave. When I do so, I get a bunch of `mkoctfile` errors.
```
$ octave-default
GNU Octave, version 6.0.0
[...]
octave:2> addpath ~/opp/fieldtrip/fieldtrip…
-
There were some previous issues with incompatibility between compile mode and other SimStudy flags, including:
- parallel_flag
- save_results_flag, etc.
Usually this resulted from new folders bei…
-
Matlab currently runs on M1 Macs as using Rosetta https://www.mathworks.com/matlabcentral/answers/641925-is-matlab-supported-on-apple-silicon-macs
Unfortunately, this means that building the mex fi…
-
nvcc --compile -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64" -o nms_gpu_mex.o --machine 64 -I"C:\Program Files\MATLAB\R2016a/extern/include " -I"C:\Program Files\NVID…
-
Hello,
I compiled the `.sln` files under` Functions/Sources` in `Visual studio IDE` and built files `backprojectionDDb_mex_CUDA.mexw64` and `projectionDDb_mex_CUDA.mexw64`. SART algorithm requires …