Feeds
질문
Wrong read in mex function
Hi, in main.m i create numeri (vector of int). In mex file i have: int *numeri; void mexFunction(int nlhs , mxArray *...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can i sort matrix (all rows) according to specific colums?
Hi, I would order a matrix according on values in specific columns. My matrix is T = [[DICTIONARY.IC.len DICTIONARY.IC....
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
increase vector with mex function
Hi *, I would like to increase the values of a vector. I wrote two scripts: incrementa.m clc; clear all; global...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Debug mex function with CUDA
I would like to debug my mex function but encounter some problems. The operations that run for doing so are the following...
11년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Problem with mxGetScalar in mex function cuda
Yes and matlab prints the exact Value of DICTIONARY.nV
Problem with mxGetScalar in mex function cuda
Yes and matlab prints the exact Value of DICTIONARY.nV
11년 초과 전 | 0
질문
Problem with mxGetScalar in mex function cuda
Hi *, i've three different files: main.m makeOperator.m makeOperator_A.cu In main.m: global DICTIONARY load('dat...
11년 초과 전 | 답변 수: 3 | 0
3
답변질문
Problem with mxGetScalar in mex function cuda
Hi *, i've three different files: main.m makeOperator.m makeOperator_A.cu In main.m: global DICTIONARY load(...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Incompatible type with mxCreateNumericArray
Hi, I'm trying to create a mexfunction but I have some problems with compilation... I wrote this piece of code: //global ...
11년 초과 전 | 답변 수: 1 | 0
