Steven Beumer - MATLAB Central
photo

Steven Beumer


Last seen: 4 maanden ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
CodyMATLAB AnswersFrom 12/15 to 03/25Use left and right arrows to move selectionFrom 12/15Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
5 Answers

Cody

0 Problems
349 Solutions

RANK
4.466
of 297.870

REPUTATION
12

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20.500

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
482
of 159.704

CONTRIBUTIONS
0 Problems
349 Solutions

SCORE
3.655

NUMBER OF BADGES
5

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

meer dan 6 jaar ago | 0

| accepted

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

meer dan 6 jaar ago | 1

| accepted

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

bijna 7 jaar ago | 1

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

bijna 7 jaar ago | 0

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

bijna 7 jaar ago | 0