Community Profile

photo

Thomas Barbier


Last seen: 9 months ago Active since 2019

Followers: 0   Following: 0

Message

Statistics

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

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

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

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

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

5 years ago | 2 answers | 0

2

answers