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

