photo

Cédric Devivier


Last seen: mer än 3 år ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
5 Answers

Cody

0 Problems
1 Solution

RANK
9 763
of 300 352

REPUTATION
2

CONTRIBUTIONS
4 Questions
5 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
1

RANK
 of 20 928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
112 431
of 168 212

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Solved


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

mer än 10 år ago

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

mer än 12 år ago | 0

Question


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

mer än 12 år ago | 2 answers | 0

2

answers

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

mer än 12 år ago | 0

Question


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

mer än 12 år ago | 3 answers | 0

3

answers

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

mer än 12 år ago | 1

Question


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

mer än 12 år ago | 2 answers | 0

2

answers

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

ungefär 13 år ago | 0

| accepted

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

ungefär 14 år ago | 0

Question


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

ungefär 14 år ago | 2 answers | 0

2

answers