Feeds
質問
problem in allocate and deallocating of memory in mexfunctio
I wrote very simple program in mex but have memory error. #include "mex.h" void mexFunction(int nlhs,mxArray *plh...
10年以上 前 | 1 件の回答 | 0
1
回答質問
mexfunction out of memory
I wrote this code in mexfunction but get the error in compilation. #include "mex.h" #include "math.h" #define source(...
10年以上 前 | 2 件の回答 | 0
2
回答回答済み
find function
for 2D matrix you can write: a=rand(10,10); [r,c]=find (a>0.5); return the row and column of matrix witch is greater than 0.5...
find function
for 2D matrix you can write: a=rand(10,10); [r,c]=find (a>0.5); return the row and column of matrix witch is greater than 0.5...
約12年 前 | 0

