photo

Emily Boylan


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Create a 3D matrix with zeros function
I have a colored image, along with its red, green, and blue slices. %Red slice Color_image(:,:,1) = [ 0.1404 ...

6 years ago | 1 answer | 0

1

answer

Question


Create mask of 3D matrix with zeros function
How would I create a mask of a 3D matrix with the zeros function?

6 years ago | 2 answers | 0

2

answers

Question


Get centers and radii of circles in a figure
How would I calculate the centers and radii of the circles of a figure in matlab and put them into a table?

6 years ago | 1 answer | 0

1

answer

Question


Convert input image to binary
How would I manually convert an image to binary by setting all values less than 100 equal to 1 and all else equal to 0?

6 years ago | 1 answer | 0

1

answer

Question


How can I create a montage of images without using the montage function?
I need to create a 2x2 montage of an original image, red slice, green slice, and blue slice without using the built-in montage f...

6 years ago | 3 answers | 0

3

answers