photo

Cédric Devivier


Last seen: 3 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

4 个提问
5 个回答

Cody

0 个问题
1 个答案

排名
9,763
of 299,830

声誉
2

贡献数
4 个提问
5 个回答

回答接受率
75.0%

收到投票数
1

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
111,223
of 166,163

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 years 前

已回答
passing argument 2 of 'mxCreateNumericArray' from incompatible pointer type
I was checking for the wrong thing apparently... #ifndef mwSize Thank you! For the 0 stuffs, I think it was there bec...

12 years 前 | 0

提问


passing argument 2 of 'mxCreateNumericArray' from incompatible pointer type
Hi, I am trying to develop a software and when I compile I have the following warning: sin_reg.c:72:2: attention : pass...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
How to freeze a figure
Ok, that was my fear. For the moment, I'm setting the enable to off.

12 years 前 | 0

提问


How to freeze a figure
Dear all, I am building a GUI and I would like to make all buttons and stuff inactive during computation. Is there any clever...

12 years 前 | 3 个回答 | 0

3

个回答

已回答
What does this matlab error mean
Hi, The matrix you are trying to build is too large. If you are using a 32 bits version of MATLAB, you can install a 64 bits ...

12 years 前 | 1

提问


Deselect uimenus after click in GUI
Dear all, I am facing a GUI issue. In the following example, if you click on a menu and slide to the other one, the second on...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
cleaning functions in MEX files
This problem has been solved in the comments of this file: <http://www.mathworks.com/matlabcentral/fileexchange/21310-maxflow...

13 years 前 | 0

| 已接受

已回答
Minimizing a function
Hi, Maybe the fminsearch function is enough ? See the following link: http://www.mathworks.fr/help/techdoc/ref/fminsearch....

14 years 前 | 0

提问


cleaning functions in MEX files
Dear all, I have some issues with MATLAB cleaning functions in MEX files. In the link below is a zip file containing the c++ ...

14 years 前 | 2 个回答 | 0

2

个回答