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 years 前 | 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 years 前 | 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 years 前 | 0

