photo

Thomas Barbier


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
241,514
of 300,553

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Feeds

View by

Answered
Optimization of a Variable in a Loop
Hi, I would personnaly use the lsqnonlin function from the optimisation toolbox, as your problem seem quite non-linear. m0 = 2...

6 years ago | 0

Question


How to remove UI windows after a bug
Hi all, I have a script that creates a waiting UI bar for the time of the for loop: wb = waitbar(0,'Name','My waitBar'); fo...

6 years ago | 1 answer | 0

1

answer

Question


Fix a colormap between two values
Dear all, I am trying to simulatine the imaging of an object from a camera and a depth sensor. I'd then like to plot the simula...

6 years ago | 1 answer | 0

1

answer

Question


Enforce the norm of the addition of two vectors plus scalar
Hi, I have two vectors of the same dimension: and and a scalar . I'm looking for the value of such that . Do you have an id...

6 years ago | 1 answer | 0

1

answer

Question


How to dynamically construct a matrix of functions ?
Dear all, I do have two functions and that both return a matrix (let's say 2x2 for the sake of the argument). I would like to...

6 years ago | 2 answers | 0

2

answers