Community Profile

photo

davide


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 *...

9 years ago | 1 answer | 0

1

answer

Question


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....

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Answered
Problem with mxGetScalar in mex function cuda
Yes and matlab prints the exact Value of DICTIONARY.nV

10 years ago | 0

Question


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...

10 years ago | 3 answers | 0

3

answers

Question


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(...

10 years ago | 0 answers | 0

0

answers

Question


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 ...

10 years ago | 1 answer | 0

1

answer