![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1306311_1522086925495_DEF.jpg)
Guillaume A.
Followers: 0 Following: 0
Professional Interests: signal processing, database, java, .NET, machine learning
Statistics
RANK
12,195
of 297,046
REPUTATION
3
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
4
RANK
6,558 of 20,422
REPUTATION
165
AVERAGE RATING
4.20
CONTRIBUTIONS
1 File
DOWNLOADS
3
ALL TIME DOWNLOADS
1457
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Use of MongoDB Java Driver
A simple example of how to use java driver for mongoDB.
11 years ago | 3 downloads |
Question
.NET class instanciation with parameter
Hi I have a .NET class with a nested class. I am able to instanciate it as described in the documentation, bug I can't instanci...
11 years ago | 0 answers | 0
0
answersHow to properly get the popupmenu control value
Ok, list is a char array so I needed to convert it to a string list : listStr = cellstr(list); str = listStr{val};
12 years ago | 0
| accepted
Question
How to properly get the popupmenu control value
Hi, I've got an issue with the popupmenu control. I'm try to get the string of the currently selectionned item. As documented h...
12 years ago | 1 answer | 0
1
answerQuestion
uitable cell tooltip
Hi, I found a way to specify a tooltip text on the header of a uitable, but how can I do the same on a specific cell ? I imagi...
13 years ago | 0 answers | 3
0
answersQuestion
Debugging c# dll in Matlab
Hi, I know how to attach my c# project to an external process, and how to call .net assembly from Matlab. I put a breakpoint in...
13 years ago | 2 answers | 0
2
answersQuestion
Multivariate cumlative distribution
Hi all ! I'm trying to compute the multivariate normal CDF of several variables. I do know the correlations between each vari...
14 years ago | 0 answers | 0
0
answersSpeed improvement of the random generator
Oleg, thanks for your answer, but unfortunately it does not change anything....
14 years ago | 0
Speed improvement of the random generator
Ok, here is a sample code and the profiler result : s = RandStream('mcg16807','Seed',100); NbTraj=10000; NbPas=100; dW1...
14 years ago | 0
Question
Speed improvement of the random generator
Hi, I've built a Monte Carlo program, very simple, and I want to improve the CPU time because as soon as I increase the numbe...
14 years ago | 5 answers | 1
5
answersQuestion
Random matrix - Code efficiency
Hi, I've got a code to fill a matrix with random numbers. However, I haven't found a way to use efficient code and I must use fo...
14 years ago | 2 answers | 0