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
