![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9633049_1522133616459_DEF.jpg)
Laurent Davenne
Followers: 0 Following: 0
Statistics
RANK
40,614
of 297,016
REPUTATION
1
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Question
2D Interpolation & Extrapolation with non linear Sample grid points and nan
Hi, I have this 2D map wich I would like to interpolate to make square but also extrapolate. interp2 does seem to work w...
2 years ago | 1 answer | 0
1
answerQuestion
Communicating to NET dll by class.
Hi, Is there anyway to send a class to and from a matlab .NET dll and a C# Visual studio project? Thanks in advance Laurent...
3 years ago | 2 answers | 0
2
answersQuestion
How To listen to a list of properties and call a method when a property of that list changes value?
Hi, I would like to automatically call a method when some class properties do change. I have been able to do it for in sin...
7 years ago | 1 answer | 0
1
answerInvalid default value for property ... Why?
I think I just found the answer here: <https://fr.mathworks.com/matlabcentral/answers/340754-constant-properties-in-classes post...
7 years ago | 0
| accepted
Question
Invalid default value for property ... Why?
Hi, I am having an error for which I identified the cause, but not the reason. Here is a simplification of my code, just to ...
7 years ago | 1 answer | 0
1
answerQuestion
Implementing listener and callback, infinite loop
Hi, My problem follows the one I described here: <https://fr.mathworks.com/matlabcentral/answers/362302-how-to-put-conditi...
7 years ago | 1 answer | 0
1
answerQuestion
Difference between num2cell(1:4)' and {'1','2','3','4'}' ?
Hi, I am having an error on creating a table with 'RowNames' property. truc=array2table([-0.013 -0.470 0.109 ...
7 years ago | 2 answers | 0
2
answersQuestion
How to put condition (based on a property) in a property accessor
Hello, I have a class property, which value is conditionned by another property of the class. Let say I have a "Car" class...
7 years ago | 1 answer | 0