Community Profile

photo

Steven Beumer


Technische Universiteit Eindhoven

Last seen: 3 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Contact

Statistiques

All
  • Introduction to MATLAB Master
  • Community Group Solver
  • Commenter
  • CUP Challenge Master
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
Can someone help me filling holes in the image attached and make it a perfect binary image with all holes filled?
You might want to have a look at binary morphological operators like opening and closing: https://www.cs.auckland.ac.nz/course...

plus de 5 ans il y a | 0

| A accepté

A répondu
How can I convert this for if loop into a while loop?
x=6*rand(1,10)+2 i = 1; while i<11 if i<5 x(i)=-1; elseif i>=5 && i<8 x(i)=1; else ...

plus de 5 ans il y a | 1

| A accepté

A répondu
How to round the decimal?
You might want to check out this function for that: <https://nl.mathworks.com/matlabcentral/fileexchange/26212-round-with-sig...

presque 6 ans il y a | 1

A répondu
Unable to find explicit solution using solve function
You might want to have a look at the productlog function to get an analytic solution without solve. You could fill in the genera...

presque 6 ans il y a | 0

A répondu
How can I get the weight of object in image ?
For that you would need to estimate the volume and know the density of the food. That doesn't really have a trivial solution.

presque 6 ans il y a | 0