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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
