photo

davide


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
233,275
of 300,813

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,169

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

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

1

个回答