You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the sdc3_MAT in sdc3 folder for estimation of sampling density. And it turns out that I can use mex command to compile sdc3_MAT.c, but the functions keeps returning [] when running the examples script. I'm using MacOS Big Sur, with GCC version=8.3, and MATLAB 2021.
Btw, I tried the same script running on the linux with MATLAB 2021, and the function works.
Is there anything in the function that is incompatible with the current system?
Cannot be more grateful for your help!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use the
sdc3_MAT
insdc3
folder for estimation of sampling density. And it turns out that I can usemex
command to compilesdc3_MAT.c
, but the functions keeps returning [] when running the examples script. I'm using MacOS Big Sur, with GCC version=8.3, and MATLAB 2021.Btw, I tried the same script running on the linux with MATLAB 2021, and the function works.
Is there anything in the function that is incompatible with the current system?
Cannot be more grateful for your help!
The text was updated successfully, but these errors were encountered: