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
Hi, I am trying to use your tool to receive CSI but I have some problems using your MATLAB code. The problem is that when I try to make mex file I face the following warnings. After running the code I face the error which tells MATLAB faced an internal error and close the MATLAB. I will appreciate it if you can help me with my problem.
read_csi.c:67:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
nr_p = mxGetPr(prhs[1]);
read_csi.c:70:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
nc_p = mxGetPr(prhs[2]);
warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
num_tones_p = mxGetPr(prhs[3]);
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use your tool to receive CSI but I have some problems using your MATLAB code. The problem is that when I try to make mex file I face the following warnings. After running the code I face the error which tells MATLAB faced an internal error and close the MATLAB. I will appreciate it if you can help me with my problem.
read_csi.c:67:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
nr_p = mxGetPr(prhs[1]);
read_csi.c:70:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
nc_p = mxGetPr(prhs[2]);
warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
num_tones_p = mxGetPr(prhs[3]);
The text was updated successfully, but these errors were encountered: